We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdebecb commit dec0bf1Copy full SHA for dec0bf1
.appveyor.yml
@@ -29,10 +29,8 @@ install:
29
- rustup toolchain uninstall beta nightly
30
- rustup update
31
# Install "master" toolchain.
32
-# We need to install cargo here as well or else the DLL search path inside `cargo run`
33
-# will be for the wrong toolchain. (On Unix, `./miri` takes care of this, but not here.)
34
- cargo install rustup-toolchain-install-master
35
-- 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
36
- rustup default master
37
- rustc --version
38
- cargo --version
0 commit comments