Skip to content

Commit b7683ae

Browse files
committed
chore: upgrade rust to v1.82
1 parent 7400379 commit b7683ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ else
2727
fi
2828
# Install rust compiler
2929
echo "Installing rust compiler"
30-
curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain 1.76
30+
curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain 1.82
3131
CARGO_BIN="$HOME/.cargo/bin/cargo" # also works for Windows. On Windows this equals to %USERPROFILE%\.cargo\bin\cargo
3232
$CARGO_BIN install cbindgen
3333
# Setup Poetry

0 commit comments

Comments
 (0)