Skip to content
This repository was archived by the owner on Aug 13, 2018. It is now read-only.

Commit 34e9077

Browse files
committed
Use a specific version of rustc nightly.
Because rust-lang/rust#49305 removed the TryFrom conversions from usize (temporarily), we have to use a fixed version of rustc. It's unclear when we'll be able to revert this :/
1 parent 14e45c6 commit 34e9077

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
@@ -1,3 +1,3 @@
11
language: rust
2-
rust: nightly
2+
rust: nightly-2018-03-25
33

0 commit comments

Comments
 (0)