From 55ff26409a3298f90a81f258b49799754240424d Mon Sep 17 00:00:00 2001 From: ice_iix Date: Sun, 21 Jun 2020 11:35:01 -0700 Subject: [PATCH] Update to Rust stable 1.44.1, closes #258 --- README.md | 2 +- appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ebe56a4..d3f06ce 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ The Visual Studio 2017 Redistributable is required to run these builds. ## Building -Requires Rust stable version 1.40.0 or newer to build. +Requires Rust stable version 1.44.1 or newer to build. Compile and run: ```bash diff --git a/appveyor.yml b/appveyor.yml index 994ed6d..9a90680 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -21,7 +21,7 @@ build_script: appveyor AddMessage "Platform rust: %RUST_INSTALL%" - appveyor DownloadFile "https://static.rust-lang.org/dist/rust-1.40.0-%RUST_INSTALL%.exe" -FileName rust-install.exe + appveyor DownloadFile "https://static.rust-lang.org/dist/rust-1.44.1-%RUST_INSTALL%.exe" -FileName rust-install.exe "./rust-install.exe" /VERYSILENT /NORESTART /DIR="C:\Rust\"