File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 33set -e
44
55curl --proto ' =https' --tlsv1.2 -sSf https://sh.rustup.rs | bash -s -- -y
6+ rustup install 1.65.0
7+ rustup default 1.65.0
68curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
Original file line number Diff line number Diff line change @@ -34,6 +34,10 @@ case "$OSTYPE" in
3434 ;;
3535esac
3636
37+ echo " Installing rust version 1.65.0..."
38+ rustup install 1.65.0
39+ rustup default 1.65.0
40+
3741echo " Installing cross..."
3842cargo install cross
3943
Original file line number Diff line number Diff line change 88 curl --proto ' =https' --tlsv1.2 -sSf https://sh.rustup.rs | bash -s -- -y
99fi
1010
11+ rustup install 1.65.0
12+ rustup default 1.65.0
13+
1114export TUNSHELL_API_PORT=" 3000"
1215export TUNSHELL_RELAY_TLS_PORT=" 3001"
1316export SQLITE_DB_PATH=" $PWD /db.sqlite"
You can’t perform that action at this time.
0 commit comments