refact: fix wasm-bindgen
This commit is contained in:
parent
6dd69f4a62
commit
0baff16c58
4 changed files with 82 additions and 72 deletions
|
|
@ -21,7 +21,7 @@ gloo-storage = "0.3"
|
|||
qrcodegen = "1.8"
|
||||
|
||||
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
||||
wasm-bindgen = "0.2"
|
||||
wasm-bindgen = "0.2.118"
|
||||
wasm-bindgen-futures = "0.4"
|
||||
gloo-net = { version = "0.5", features = ["http"] }
|
||||
gloo-timers = { version = "0.3", features = ["futures"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue