Update travis rustc version
The 'bitflags' dependency requires rustc 1.20 as minimum version, hence remove 1.19. Also add the newer rustc versions in the CI chain.
This commit is contained in:
parent
0e04e8f258
commit
6949aa759f
1 changed files with 2 additions and 1 deletions
|
@ -8,8 +8,9 @@ dist:
|
|||
language: rust
|
||||
|
||||
rust:
|
||||
- 1.19.0
|
||||
- 1.20.0
|
||||
- 1.21.0
|
||||
- 1.22.0
|
||||
- stable
|
||||
- beta
|
||||
- nightly
|
||||
|
|
Loading…
Reference in a new issue