From c8aee17d0262d65fb07aa1abdd731c3df8c83211 Mon Sep 17 00:00:00 2001 From: Marco Ippolito Date: Tue, 13 Jan 2026 18:05:03 +0100 Subject: [PATCH] chore: include crates --- tools/update-swc.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tools/update-swc.sh b/tools/update-swc.sh index 61db2b935..d35d643c9 100755 --- a/tools/update-swc.sh +++ b/tools/update-swc.sh @@ -65,6 +65,11 @@ mv .cargo "$DEPS_FOLDER/.cargo" mv rust-toolchain "$DEPS_FOLDER/rust-toolchain" +mv crates "$DEPS_FOLDER/crates" + +# Keep workspace tools (needed by Cargo workspace members like tools/generate-code) +mv tools "$DEPS_FOLDER/tools" + echo "All done!" echo "" echo "Please git add swc and commit the new version:"