We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7400379 commit b7683aeCopy full SHA for b7683ae
1 file changed
setup.sh
@@ -27,7 +27,7 @@ else
27
fi
28
# Install rust compiler
29
echo "Installing rust compiler"
30
-curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain 1.76
+curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain 1.82
31
CARGO_BIN="$HOME/.cargo/bin/cargo" # also works for Windows. On Windows this equals to %USERPROFILE%\.cargo\bin\cargo
32
$CARGO_BIN install cbindgen
33
# Setup Poetry
0 commit comments