Update walrus

This commit is contained in:
Alex Crichton 2019-06-05 11:07:57 -07:00
parent bf1a31e139
commit 59e773f5ec
6 changed files with 5 additions and 6 deletions

View File

@ -90,4 +90,3 @@ wasm-bindgen = { path = '.' }
wasm-bindgen-futures = { path = 'crates/futures' }
js-sys = { path = 'crates/js-sys' }
web-sys = { path = 'crates/web-sys' }
walrus = { git = 'https://github.com/rustwasm/walrus' }

View File

@ -13,4 +13,4 @@ edition = '2018'
[dependencies]
failure = "0.1"
walrus = "0.7.0"
walrus = "0.8.0"

View File

@ -18,7 +18,7 @@ log = "0.4"
rustc-demangle = "0.1.13"
serde_json = "1.0"
tempfile = "3.0"
walrus = "0.7.0"
walrus = "0.8.0"
wasm-bindgen-anyref-xform = { path = '../anyref-xform', version = '=0.2.45' }
wasm-bindgen-shared = { path = "../shared", version = '=0.2.45' }
wasm-bindgen-threads-xform = { path = '../threads-xform', version = '=0.2.45' }

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 = "0.7.0"
walrus = "0.8.0"
wasm-bindgen-cli-support = { path = "../cli-support", version = "=0.2.45" }
wasm-bindgen-shared = { path = "../shared", version = "=0.2.45" }

View File

@ -13,4 +13,4 @@ edition = "2018"
[dependencies]
failure = "0.1"
walrus = "0.7.0"
walrus = "0.8.0"

View File

@ -14,7 +14,7 @@ edition = '2018'
[dependencies]
failure = "0.1"
log = "0.4"
walrus = "0.7.0"
walrus = "0.8.0"
[dev-dependencies]
tempfile = "3"