We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e51c197 commit 9147dbfCopy full SHA for 9147dbf
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
@@ -127,4 +127,4 @@ if test -f .git/hooks/pre-commit; then
127
128
cd ../..
129
echo "Done building uncrustify"
130
-fi
+fi
0 commit comments