Skip to content

Commit

Permalink
chore: Pin version of proc-macro2 to v1.0.79
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Apr 16, 2024
1 parent 36e49e4 commit 2ec3282
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions bindings/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions bindings/binding_minifier_node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ napi-derive = { version = "2", default-features = false, features = [
] }
node_macro_deps = { path = "../node_macro_deps" }
path-clean = "0.1"
proc-macro2 = "=1.0.79"
serde = { version = "1", features = ["derive"] }
serde_json = { version = "1", features = ["unbounded_depth"] }
sourcemap = "8.0.0"
Expand All @@ -35,6 +36,7 @@ tracing-chrome = "0.5.0"
tracing-futures = "0.2.5"
tracing-subscriber = { version = "0.3.9", features = ["env-filter"] }


swc_compiler_base = { version = "0.7.20", features = ["node"] }
swc_config = "0.1.12"
swc_core = { version = "0.90.33", features = [
Expand Down
1 change: 1 addition & 0 deletions bindings/binding_minifier_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ plugin = []
[dependencies]
anyhow = "1.0.66"
getrandom = { version = "0.2.10", features = ["js"] }
proc-macro2 = "=1.0.79"
serde = { version = "1", features = ["derive"] }
serde-wasm-bindgen = "0.4.5"
swc_core = { version = "0.90.33", features = [
Expand Down
2 changes: 1 addition & 1 deletion bindings/node_macro_deps/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ bench = false
proc-macro = true

[dependencies]
proc-macro2 = "1"
proc-macro2 = "=1.0.79"
quote = "1"
1 change: 1 addition & 0 deletions bindings/swc_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ plugin = ["swc_cli_impl/plugin"]

[dependencies]
anyhow = "1.0.66"
proc-macro2 = "=1.0.79"
swc_cli_impl = "0.8.25"

0 comments on commit 2ec3282

Please sign in to comment.