Skip to content

Commit 55ff264

Browse files
committed
Update to Rust stable 1.44.1, closes #258
1 parent b26500e commit 55ff264

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

6565
Compile and run:
6666
```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.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

0 commit comments

Comments
 (0)