From d021fcdad2b44cacb306fd349dc638a1469c7169 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 14:15:10 +0000 Subject: [PATCH 1/2] chore(deps): upgrade SpiderMonkey to `b2432da9eac82bb1169a19b8019d0843426912a9` --- mozcentral.version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozcentral.version b/mozcentral.version index 6463d215..dd39a09d 100644 --- a/mozcentral.version +++ b/mozcentral.version @@ -1 +1 @@ -dd8b1488a379ee395592f636d084cf81117f3b4c +b2432da9eac82bb1169a19b8019d0843426912a9 \ No newline at end of file From 9147dbf9ebd659e3a1018b6a02ec0a875d26e474 Mon Sep 17 00:00:00 2001 From: Tom Wenzheng Tang Date: Mon, 7 Apr 2025 05:02:25 -0400 Subject: [PATCH 2/2] chore: Rust v1.82 is required to build the latest SpiderMonkey --- setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.sh b/setup.sh index 5a2a2eb2..0d2936bd 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