mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-07-30 19:41:56 +00:00
Update to walrus 0.10.0
Ensure that we enable the new `parallel` feature in the CLI so our tools all use parallelized parsing, but none of our specific crates need it for usage.
This commit is contained in:
@@ -24,7 +24,7 @@ rouille = { version = "3.0.0", default-features = false }
|
||||
serde = { version = "1.0", features = ['derive'] }
|
||||
serde_derive = "1.0"
|
||||
serde_json = "1.0"
|
||||
walrus = "0.9.0"
|
||||
walrus = { version = "0.10.0", features = ['parallel'] }
|
||||
wasm-bindgen-cli-support = { path = "../cli-support", version = "=0.2.48" }
|
||||
wasm-bindgen-shared = { path = "../shared", version = "=0.2.48" }
|
||||
|
||||
|
Reference in New Issue
Block a user