diff options
-rw-r--r-- | .travis.yml | 2 | ||||
-rw-r--r-- | appveyor.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 24688a5..be59fc1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ sudo: false language: rust -rust: nightly +rust: 1.6.0 os: - linux diff --git a/appveyor.yml b/appveyor.yml index 3cadeff..1725494 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,7 +2,7 @@ environment: global: # This will be used as part of the zipfile name PROJECT_NAME: ilc - RUST_VERSION: nightly + RUST_VERSION: 1.6.0 matrix: - TARGET: i686-pc-windows-gnu MSYS2_BITS: 32 |