Update to Rust stable 1.34.1

This commit is contained in:
ice_iix 2019-05-05 06:22:31 -07:00
parent 047ba79947
commit 9a6af430df
3 changed files with 4 additions and 2 deletions

2
Cargo.lock generated
View File

@ -1,3 +1,5 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "MacTypes-sys"
version = "2.1.0"

View File

@ -59,7 +59,7 @@ The Visual Studio 2017 Redistributable is required to run these builds.
## Building
Requires Rust stable version 1.31.0 or newer to build.
Requires Rust stable version 1.34.1 or newer to build.
Compile and run:
```bash

View File

@ -21,7 +21,7 @@ build_script:
appveyor AddMessage "Platform rust: %RUST_INSTALL%"
appveyor DownloadFile "https://static.rust-lang.org/dist/rust-1.31.0-%RUST_INSTALL%.exe" -FileName rust-install.exe
appveyor DownloadFile "https://static.rust-lang.org/dist/rust-1.34.1-%RUST_INSTALL%.exe" -FileName rust-install.exe
"./rust-install.exe" /VERYSILENT /NORESTART /DIR="C:\Rust\"