Skip to content

Commit

Permalink
chore: Pin version of proc-macro2
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Apr 16, 2024
1 parent 8bf1360 commit 13f7ef7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 4 additions & 2 deletions bindings/Cargo.lock

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

3 changes: 2 additions & 1 deletion bindings/binding_core_node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,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"] }
tracing = { version = "0.1.37", features = ["release_max_level_info"] }
Expand All @@ -63,5 +64,5 @@ swc_core = { version = "0.90.33", features = [
"ecma_visit",
"base_node",
"base_concurrent",
]}
] }
swc_malloc = "0.5.10"
1 change: 1 addition & 0 deletions bindings/binding_core_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

0 comments on commit 13f7ef7

Please sign in to comment.