Skip to content
This repository was archived by the owner on May 20, 2024. It is now read-only.

Commit 2a67f94

Browse files
committed
Raise minimum supported compiler version to 1.34
Required by use of TryFrom in simd-json.
1 parent 79bff2f commit 2a67f94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ rust:
55
- stable
66
- beta
77
- nightly
8-
- 1.33.0
8+
- 1.34.0
99

1010
script:
1111
- cargo check

0 commit comments

Comments
 (0)