Skip to content

Commit 65522ba

Browse files
committed
build(cargo): resolve build conflict
1 parent 37dad3b commit 65522ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/next-swc/crates/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ swc_emotion = {path="../emotion"}
2626
styled_components = {path="../styled_components"}
2727
styled_jsx = {path="../styled_jsx"}
2828
modularize_imports = {path="../modularize_imports"}
29-
swc = "0.181.2"
29+
swc = { version = "0.181.2" }
3030
swc_atoms = "0.2.11"
3131
swc_common = { version = "0.18.7", features = ["concurrent", "sourcemap"] }
3232
swc_ecma_loader = { version = "0.30.2", features = ["node", "lru"] }

packages/next-swc/crates/napi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ next-swc = {version = "0.0.0", path = "../core"}
3030
once_cell = "1.8.0"
3131
serde = "1"
3232
serde_json = "1"
33-
swc = "0.181.2"
33+
swc = { version = "0.181.2" }
3434
swc_atoms = "0.2.11"
3535
swc_bundler = { version = "0.147.0", features = ["concurrent"] }
3636
swc_common = { version = "0.18.7", features = ["concurrent", "sourcemap"] }

0 commit comments

Comments
 (0)