Skip to content

Commit 7e234fd

Browse files
committed
use default rust version from toolchain config
Signed-off-by: Rajat Jindal <[email protected]>
1 parent 181f6f8 commit 7e234fd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/setup-linux.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ sudo apt -y update
33
sudo apt-get install -y protobuf-compiler libseccomp-dev
44

55
echo "setting up rust"
6-
sudo rustup toolchain install 1.74 --component clippy --component rustfmt --no-self-update
7-
sudo rustup default 1.74
6+
sudo rustup toolchain install --component clippy --component rustfmt --no-self-update
87
sudo rustup target add wasm32-wasi && sudo rustup target add wasm32-unknown-unknown
98

109
## setup tinygo. required for building test spin app

0 commit comments

Comments
 (0)