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 90baa6c commit 7ba7ce0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/recipes/rust/activate-rust.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ echo "Activating Rust"


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
rustup default 1.77.2
rustup target add wasm32-unknown-emscripten



Expand Down

0 comments on commit 7ba7ce0

Please sign in to comment.