From dec0bf15f67d5181917d02a469756d91059ebace Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Mon, 11 May 2020 10:59:01 +0200 Subject: [PATCH] Windows CI: rely on stable cargo --- .appveyor.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 741a1de11a80..34887459f6d9 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -29,10 +29,8 @@ install: - rustup toolchain uninstall beta nightly - rustup update # Install "master" toolchain. -# We need to install cargo here as well or else the DLL search path inside `cargo run` -# will be for the wrong toolchain. (On Unix, `./miri` takes care of this, but not here.) - cargo install rustup-toolchain-install-master -- rustup-toolchain-install-master -f -n master %RUSTC_HASH% -c rust-src -c rustc-dev -c cargo +- rustup-toolchain-install-master -f -n master %RUSTC_HASH% -c rust-src -c rustc-dev - rustup default master - rustc --version - cargo --version