Update to walrus 0.12.0

This commit is contained in:
Nick Fitzgerald
2019-09-10 11:34:45 -07:00
parent 7cca2751c1
commit 582b733967
8 changed files with 10 additions and 11 deletions

View File

@ -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 = { version = "0.11.0", features = ['parallel'] }
walrus = { version = "0.12.0", features = ['parallel'] }
wasm-bindgen-cli-support = { path = "../cli-support", version = "=0.2.50" }
wasm-bindgen-shared = { path = "../shared", version = "=0.2.50" }