mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-28 20:21:35 +00:00
Bump to 0.2.60 (#2051)
* Bump to 0.2.60 * Try to fix CI * Fix CI syntax
This commit is contained in:
@ -7,13 +7,13 @@ 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.4.9"
|
||||
version = "0.4.10"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
cfg-if = "0.1.9"
|
||||
js-sys = { path = "../js-sys", version = '0.3.36' }
|
||||
wasm-bindgen = { path = "../..", version = '0.2.59' }
|
||||
js-sys = { path = "../js-sys", version = '0.3.37' }
|
||||
wasm-bindgen = { path = "../..", version = '0.2.60' }
|
||||
|
||||
[target.'cfg(target_feature = "atomics")'.dependencies.web-sys]
|
||||
path = "../web-sys"
|
||||
@ -24,5 +24,5 @@ features = [
|
||||
]
|
||||
|
||||
[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
|
||||
wasm-bindgen-test = { path = '../test', version = '0.3.9' }
|
||||
wasm-bindgen-test = { path = '../test', version = '0.3.10' }
|
||||
futures-channel-preview = { version = "0.3.0-alpha.18" }
|
||||
|
Reference in New Issue
Block a user