Browse Source

Looks like the min Rust version got bumped

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

+ 1
- 1
.travis.yml View File

@@ -16,7 +16,7 @@ matrix:

# The earliest stable Rust version that works
- env: TARGET=x86_64-unknown-linux-gnu
rust: 1.31.0
rust: 1.33.0


before_install: set -e


+ 1
- 1
appveyor.yml View File

@@ -10,7 +10,7 @@ environment:

matrix:
- target: x86_64-pc-windows-msvc
RUST_VERSION: 1.31.0
RUST_VERSION: 1.33.0
- target: x86_64-pc-windows-msvc
RUST_VERSION: stable



Loading…
Cancel
Save