diff options
author | Till Höppner | 2016-02-25 19:19:57 +0100 |
---|---|---|
committer | Till Höppner | 2016-02-27 10:37:11 +0100 |
commit | b082a83cafc872ea19d9792644c012b5f9b13974 (patch) | |
tree | 566375adcece17af79e9c566f6fd5620d78c5d4a /appveyor.yml | |
parent | 38c2f2fee156b188b08f632568b0ce8b444f2850 (diff) | |
download | ilc-b082a83cafc872ea19d9792644c012b5f9b13974.tar.gz ilc-b082a83cafc872ea19d9792644c012b5f9b13974.tar.xz ilc-b082a83cafc872ea19d9792644c012b5f9b13974.zip |
Switch to old version detection
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |