Change lowest rust version in .travis.yml to 1.13.0 from 1.11.0
This commit is contained in:
parent
aee50ac05f
commit
099f3231e5
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
sudo: false
|
sudo: false
|
||||||
language: rust
|
language: rust
|
||||||
rust:
|
rust:
|
||||||
- 1.11.0
|
- 1.13.0
|
||||||
- beta
|
- beta
|
||||||
- stable
|
- stable
|
||||||
cache: cargo
|
cache: cargo
|
||||||
|
|
Loading…
Reference in a new issue