Skip to content

Commit 4f8e676

Browse files
committed
Update minimum rust version to 1.20.0
This is indirectly required due to use of associated constants in the upstream bitflags crate. Signed-off-by: Paul Osborne <[email protected]>
1 parent b050fe9 commit 4f8e676

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,7 +1,7 @@
11
language: rust
22
sudo: false
33
rust:
4-
- 1.18.0
4+
- 1.20.0
55
- stable
66
- beta
77
- nightly

0 commit comments

Comments
 (0)