Skip to content

Commit fa3e45e

Browse files
authored
build(turbopack): Update swc_core to v30.0.1 (#81179)
### What? ChangeLog: swc-project/swc@swc_core@v29.4.2...swc_core@v30.0.1 ### Why? Apply swc-project/swc#10754 to fix preset-env
1 parent 5efef45 commit fa3e45e

File tree

7 files changed

+142
-132
lines changed

7 files changed

+142
-132
lines changed

.cargo/config.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,6 @@ rustflags = [
7171

7272
[target.armv7-unknown-linux-gnueabihf]
7373
linker = "arm-linux-gnueabihf-gcc"
74+
75+
[target.wasm32-unknown-unknown]
76+
rustflags = ["-Zshare-generics=y", "--cfg", 'getrandom_backend="wasm_js"']

0 commit comments

Comments
 (0)