Skip to content

Commit 9147dbf

Browse files
authored
chore: Rust v1.82 is required to build the latest SpiderMonkey
1 parent e51c197 commit 9147dbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.sh

Lines changed: 2 additions & 2 deletions
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
@@ -127,4 +127,4 @@ if test -f .git/hooks/pre-commit; then
127127
fi
128128
cd ../..
129129
echo "Done building uncrustify"
130-
fi
130+
fi

0 commit comments

Comments
 (0)