Skip to content

Commit

Permalink
Merge pull request #1511 from alexcrichton/update-walrus
Browse files Browse the repository at this point in the history
Update `walrus` dependency
  • Loading branch information
alexcrichton authored May 3, 2019
2 parents 358ee18 + 5a017c1 commit 46f29db
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion crates/anyref-xform/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ edition = '2018'

[dependencies]
failure = "0.1"
walrus = "0.5"
walrus = "0.6"
2 changes: 1 addition & 1 deletion crates/cli-support/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ log = "0.4"
rustc-demangle = "0.1.13"
serde_json = "1.0"
tempfile = "3.0"
walrus = "0.5.0"
walrus = "0.6.0"
wasm-bindgen-anyref-xform = { path = '../anyref-xform', version = '=0.2.43' }
wasm-bindgen-shared = { path = "../shared", version = '=0.2.43' }
wasm-bindgen-threads-xform = { path = '../threads-xform', version = '=0.2.43' }
Expand Down
2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.5"
walrus = "0.6"
wasm-bindgen-cli-support = { path = "../cli-support", version = "=0.2.43" }
wasm-bindgen-shared = { path = "../shared", version = "=0.2.43" }

Expand Down
2 changes: 1 addition & 1 deletion crates/threads-xform/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ edition = "2018"

[dependencies]
failure = "0.1"
walrus = "0.5"
walrus = "0.6"
2 changes: 1 addition & 1 deletion crates/wasm-interpreter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ edition = '2018'
[dependencies]
failure = "0.1"
log = "0.4"
walrus = "0.5"
walrus = "0.6"

[dev-dependencies]
tempfile = "3"

0 comments on commit 46f29db

Please sign in to comment.