Skip to content

Commit

Permalink
Update walrus to 0.19.0 (#2529)
Browse files Browse the repository at this point in the history
Closes #2522
  • Loading branch information
alexcrichton committed Apr 16, 2021
1 parent cb413ad commit 0d911ea
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions crates/cli-support/Cargo.toml
Expand Up @@ -18,13 +18,13 @@ log = "0.4"
rustc-demangle = "0.1.13"
serde_json = "1.0"
tempfile = "3.0"
walrus = "0.18.0"
walrus = "0.19.0"
wasm-bindgen-externref-xform = { path = '../externref-xform', version = '=0.2.73' }
wasm-bindgen-multi-value-xform = { path = '../multi-value-xform', version = '=0.2.73' }
wasm-bindgen-shared = { path = "../shared", version = '=0.2.73' }
wasm-bindgen-threads-xform = { path = '../threads-xform', version = '=0.2.73' }
wasm-bindgen-wasm-conventions = { path = '../wasm-conventions', version = '=0.2.73' }
wasm-bindgen-wasm-interpreter = { path = "../wasm-interpreter", version = '=0.2.73' }
wit-text = "0.8.0"
wit-walrus = "0.5.0"
wit-walrus = "0.6.0"
wit-validator = "0.2.0"
4 changes: 2 additions & 2 deletions crates/cli/Cargo.toml
Expand Up @@ -25,7 +25,7 @@ rouille = { version = "3.0.0", default-features = false }
serde = { version = "1.0", features = ['derive'] }
serde_derive = "1.0"
serde_json = "1.0"
walrus = { version = "0.18.0", features = ['parallel'] }
walrus = { version = "0.19.0", features = ['parallel'] }
wasm-bindgen-cli-support = { path = "../cli-support", version = "=0.2.73" }
wasm-bindgen-shared = { path = "../shared", version = "=0.2.73" }

Expand All @@ -38,7 +38,7 @@ tempfile = "3.0"
wit-printer = "0.2"
wit-text = "0.8"
wit-validator = "0.2"
wit-walrus = "0.5"
wit-walrus = "0.6"

[[test]]
name = "reference"
Expand Down
2 changes: 1 addition & 1 deletion crates/externref-xform/Cargo.toml
Expand Up @@ -13,7 +13,7 @@ edition = '2018'

[dependencies]
anyhow = "1.0"
walrus = "0.18.0"
walrus = "0.19.0"

[dev-dependencies]
rayon = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/multi-value-xform/Cargo.toml
Expand Up @@ -13,7 +13,7 @@ edition = "2018"

[dependencies]
anyhow = "1.0"
walrus = "0.18.0"
walrus = "0.19.0"

[dev-dependencies]
rayon = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/threads-xform/Cargo.toml
Expand Up @@ -13,5 +13,5 @@ edition = "2018"

[dependencies]
anyhow = "1.0"
walrus = "0.18.0"
walrus = "0.19.0"
wasm-bindgen-wasm-conventions = { path = "../wasm-conventions", version = "=0.2.73" }
2 changes: 1 addition & 1 deletion crates/wasm-conventions/Cargo.toml
Expand Up @@ -10,5 +10,5 @@ description = "Utilities for working with Wasm codegen conventions (usually esta
edition = "2018"

[dependencies]
walrus = "0.18.0"
walrus = "0.19.0"
anyhow = "1.0"
2 changes: 1 addition & 1 deletion crates/wasm-interpreter/Cargo.toml
Expand Up @@ -14,7 +14,7 @@ edition = '2018'
[dependencies]
anyhow = "1.0"
log = "0.4"
walrus = "0.18.0"
walrus = "0.19.0"
wasm-bindgen-wasm-conventions = { path = "../wasm-conventions", version = "0.2.73" }

[dev-dependencies]
Expand Down

0 comments on commit 0d911ea

Please sign in to comment.