Skip to content

Commit 6ec15e9

Browse files
committed
chore: fix build
Closes #309
1 parent 8cb859d commit 6ec15e9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ swc_ast_view = { version = "0.39.0", package = "dprint-swc-ecma-ast-view" }
3333
swc_common = "0.13.4"
3434
swc_ecmascript = { version = "0.73.0", features = ["parser"] }
3535

36+
[target.'cfg(target_arch = "wasm32")'.dependencies]
37+
parking_lot_core = "=0.8.0" # https://github.com/Amanieu/parking_lot/issues/269 todo: submit pr to parking_lot
38+
3639
[dev-dependencies]
3740
debug-here = "0.2"
3841
dprint-development = "0.4.1"

0 commit comments

Comments
 (0)