]> git.lizzy.rs Git - rust.git/blobdiff - rustup-toolchain
Auto merge of #1949 - RalfJung:miri-lib-src, r=oli-obk
[rust.git] / rustup-toolchain
index 3fbebe1565f7ec5af9f31350c17ba8f5cadbcfcd..5b7e8f7fcd636be0cd7ba4b176a29306e8937990 100755 (executable)
@@ -39,7 +39,7 @@ fi
 
 # Install and setup new toolchain.
 rustup toolchain uninstall miri
-rustup-toolchain-install-master -n miri -c rust-src -c rustc-dev -c llvm-tools -- "$NEW_COMMIT"
+rustup-toolchain-install-master -n miri -c cargo -c rust-src -c rustc-dev -c llvm-tools -- "$NEW_COMMIT"
 rustup override set miri
 
 # Cleanup.