mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-13 04:51:23 +00:00
Bump to version 0.2.16
This commit is contained in:
@ -1,12 +1,12 @@
|
||||
[package]
|
||||
name = "wasm-bindgen-futures"
|
||||
version = "0.2.15"
|
||||
version = "0.2.16"
|
||||
authors = ["The wasm-bindgen Developers"]
|
||||
|
||||
[dependencies]
|
||||
futures = "0.1.20"
|
||||
js-sys = { path = "../js-sys", version = '0.2.0' }
|
||||
wasm-bindgen = { path = "../..", version = '0.2.15' }
|
||||
wasm-bindgen = { path = "../..", version = '0.2.16' }
|
||||
|
||||
[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
|
||||
wasm-bindgen-test = { path = '../test', version = '0.2.15' }
|
||||
wasm-bindgen-test = { path = '../test', version = '0.2.16' }
|
||||
|
Reference in New Issue
Block a user