File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ The Visual Studio 2017 Redistributable is required to run these builds.
6060
6161## Building
6262
63- Requires Rust stable version 1.40.0 or newer to build.
63+ Requires Rust stable version 1.44.1 or newer to build.
6464
6565Compile and run:
6666``` bash
Original file line number Diff line number Diff 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.40.0 -%RUST_INSTALL%.exe" -FileName rust-install.exe
24+ appveyor DownloadFile "https://static.rust-lang.org/dist/rust-1.44.1 -%RUST_INSTALL%.exe" -FileName rust-install.exe
2525
2626 "./rust-install.exe" /VERYSILENT /NORESTART /DIR="C:\Rust\"
2727
You can’t perform that action at this time.
0 commit comments