mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-07-31 03:51:56 +00:00
Bump to 0.2.47
This commit is contained in:
@@ -7,19 +7,19 @@ license = "MIT/Apache-2.0"
|
||||
name = "wasm-bindgen-futures"
|
||||
repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/futures"
|
||||
readme = "./README.md"
|
||||
version = "0.3.23"
|
||||
version = "0.3.24"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
futures = "0.1.20"
|
||||
js-sys = { path = "../js-sys", version = '0.3.23' }
|
||||
wasm-bindgen = { path = "../..", version = '0.2.46' }
|
||||
js-sys = { path = "../js-sys", version = '0.3.24' }
|
||||
wasm-bindgen = { path = "../..", version = '0.2.47' }
|
||||
futures-util-preview = { version = "0.3.0-alpha.15", optional = true }
|
||||
futures-channel-preview = { version = "0.3.0-alpha.15", optional = true }
|
||||
lazy_static = { version = "1.3.0", optional = true }
|
||||
|
||||
[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
|
||||
wasm-bindgen-test = { path = '../test', version = '0.2.46' }
|
||||
wasm-bindgen-test = { path = '../test', version = '0.2.47' }
|
||||
|
||||
[features]
|
||||
futures_0_3 = ["futures-util-preview", "futures-channel-preview", "lazy_static"]
|
||||
|
Reference in New Issue
Block a user