diff --git a/mozcentral.version b/mozcentral.version index f72b9ef3..ff6fbcb5 100644 --- a/mozcentral.version +++ b/mozcentral.version @@ -1 +1 @@ -cdfe9f2e144a04618cb6e9ffd9e6202d6d85ed56 +13d864c116029fe5d067d589005f49c1c46f74b5 diff --git a/setup.sh b/setup.sh index a3b23f0b..78a02e3a 100755 --- a/setup.sh +++ b/setup.sh @@ -27,7 +27,7 @@ else fi # Install rust compiler echo "Installing rust compiler" -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 CARGO_BIN="$HOME/.cargo/bin/cargo" # also works for Windows. On Windows this equals to %USERPROFILE%\.cargo\bin\cargo $CARGO_BIN install cbindgen # Setup Poetry @@ -127,4 +127,4 @@ if test -f .git/hooks/pre-commit; then fi cd ../.. echo "Done building uncrustify" -fi \ No newline at end of file +fi