]> 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 4e8e0b01ebc475702cace61fddb0b802ea99daca..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 -- "$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.