Browse Source

Update miminal version of Rust in travis

index-subcmd
Vincent Prouillet 5 years ago
parent
commit
b14f5fad1f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .travis.yml

+ 1
- 1
.travis.yml View File

@@ -21,7 +21,7 @@ matrix:
rust: nightly
# The earliest stable Rust version that works
- env: TARGET=x86_64-unknown-linux-gnu
rust: 1.23.0
rust: 1.27.0


before_install: set -e


Loading…
Cancel
Save