Skip to content

Commit

Permalink
Update minimum rust version to 1.20.0
Browse files Browse the repository at this point in the history
This is indirectly required due to use of associated constants in the
upstream bitflags crate.

Signed-off-by: Paul Osborne <[email protected]>
  • Loading branch information
posborne committed Mar 3, 2018
1 parent b050fe9 commit 4f8e676
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,7 +1,7 @@
language: rust
sudo: false
rust:
- 1.18.0
- 1.20.0
- stable
- beta
- nightly
Expand Down

0 comments on commit 4f8e676

Please sign in to comment.