mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-16 02:00:51 +00:00
Update walrus
dependency
This commit is contained in:
parent
358ee18ab2
commit
5a017c1e22
@ -13,4 +13,4 @@ edition = '2018'
|
||||
|
||||
[dependencies]
|
||||
failure = "0.1"
|
||||
walrus = "0.5"
|
||||
walrus = "0.6"
|
||||
|
@ -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' }
|
||||
|
@ -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" }
|
||||
|
||||
|
@ -13,4 +13,4 @@ edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
failure = "0.1"
|
||||
walrus = "0.5"
|
||||
walrus = "0.6"
|
||||
|
@ -14,7 +14,7 @@ edition = '2018'
|
||||
[dependencies]
|
||||
failure = "0.1"
|
||||
log = "0.4"
|
||||
walrus = "0.5"
|
||||
walrus = "0.6"
|
||||
|
||||
[dev-dependencies]
|
||||
tempfile = "3"
|
||||
|
Loading…
x
Reference in New Issue
Block a user