We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74c731d commit bda0581Copy full SHA for bda0581
1 file changed
tools/update-swc.sh
@@ -65,6 +65,11 @@ mv .cargo "$DEPS_FOLDER/.cargo"
65
66
mv rust-toolchain "$DEPS_FOLDER/rust-toolchain"
67
68
+mv crates "$DEPS_FOLDER/crates"
69
+
70
+# Keep workspace tools (needed by Cargo workspace members like tools/generate-code)
71
+mv tools "$DEPS_FOLDER/tools"
72
73
echo "All done!"
74
echo ""
75
echo "Please git add swc and commit the new version:"
0 commit comments