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

Commit

Permalink
Use a specific version of rustc nightly.
Browse files Browse the repository at this point in the history
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 :/
  • Loading branch information
ltratt committed Apr 3, 2018
1 parent 14e45c6 commit 34e9077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
language: rust
rust: nightly
rust: nightly-2018-03-25

0 comments on commit 34e9077

Please sign in to comment.