From e3540a8b5dd7ce6688a5291e8e6dabde4d1f3d83 Mon Sep 17 00:00:00 2001 From: Percs <83934299+Percslol@users.noreply.github.com> Date: Fri, 2 Aug 2024 21:30:26 -0500 Subject: [PATCH] add rust toolchain and dont clean build rspack --- rewriter/rust-toolchain.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 rewriter/rust-toolchain.toml diff --git a/rewriter/rust-toolchain.toml b/rewriter/rust-toolchain.toml new file mode 100644 index 0000000..d1e334d --- /dev/null +++ b/rewriter/rust-toolchain.toml @@ -0,0 +1,3 @@ +[toolchain] +channel = "nightly" +targets = [ "wasm32-unknown-unknown" ] \ No newline at end of file