Skip to content

Commit

Permalink
add rust-src
Browse files Browse the repository at this point in the history
  • Loading branch information
claravanstaden committed Sep 13, 2024
1 parent 0a500e8 commit 9c0c65a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/init-smoketests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ git config --local core.hooksPath hooks/
echo "Installing Rust nightly toolchain"
rustup default stable
rustup target add wasm32-unknown-unknown
rustup component add rust-src
rustup install --profile minimal $RUST_NIGHTLY_VERSION
rustup component add --toolchain $RUST_NIGHTLY_VERSION rustfmt
rustup show
Expand Down

0 comments on commit 9c0c65a

Please sign in to comment.