Skip to content

Commit 9a6af43

Browse files
committed
Update to Rust stable 1.34.1
1 parent 047ba79 commit 9a6af43

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Cargo.lock

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The Visual Studio 2017 Redistributable is required to run these builds.
5959

6060
## Building
6161

62-
Requires Rust stable version 1.31.0 or newer to build.
62+
Requires Rust stable version 1.34.1 or newer to build.
6363

6464
Compile and run:
6565
```bash

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ build_script:
2121
2222
appveyor AddMessage "Platform rust: %RUST_INSTALL%"
2323
24-
appveyor DownloadFile "https://static.rust-lang.org/dist/rust-1.31.0-%RUST_INSTALL%.exe" -FileName rust-install.exe
24+
appveyor DownloadFile "https://static.rust-lang.org/dist/rust-1.34.1-%RUST_INSTALL%.exe" -FileName rust-install.exe
2525
2626
"./rust-install.exe" /VERYSILENT /NORESTART /DIR="C:\Rust\"
2727

0 commit comments

Comments
 (0)