Skip to content

Commit

Permalink
Move walrus/parallel to wasm-bindgen-cli-support (#4321)
Browse files Browse the repository at this point in the history
  • Loading branch information
daxpedda authored Dec 6, 2024
1 parent 0a02046 commit 14acd7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/cli-support/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tempfile = "3.0"
unicode-ident = "1.0.5"
walrus = "0.23"
walrus = { version = "0.23", features = ['parallel'] }
wasm-bindgen-externref-xform = { path = '../externref-xform', version = '=0.2.97' }
wasm-bindgen-multi-value-xform = { path = '../multi-value-xform', version = '=0.2.97' }
wasm-bindgen-shared = { path = "../shared", version = '=0.2.97' }
Expand Down
2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ serde = { version = "1.0", features = ['derive'] }
serde_derive = "1.0"
serde_json = "1.0"
ureq = { version = "2.7", default-features = false, features = ["brotli", "gzip"] }
walrus = { version = "0.23", features = ['parallel'] }
walrus = "0.23"
wasm-bindgen-cli-support = { path = "../cli-support", version = "=0.2.97" }
wasm-bindgen-shared = { path = "../shared", version = "=0.2.97" }

Expand Down

0 comments on commit 14acd7d

Please sign in to comment.