Skip to content

Commit

Permalink
specify default ver
Browse files Browse the repository at this point in the history
  • Loading branch information
DerThorsten committed Apr 22, 2024
1 parent 2b03f3d commit 90baa6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/recipes/rust/activate-rust.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ echo "Activating Rust"
# export PATH=$CARGO_HOME/bin:$PATH


curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain=1.77.2
rustup toolchain add stable
rustup target add wasm32-unknown-emscripten --toolchain stable

Expand Down

0 comments on commit 90baa6c

Please sign in to comment.