Bump to 0.2.60 (#2051)

* Bump to 0.2.60

* Try to fix CI

* Fix CI syntax
This commit is contained in:
Alex Crichton
2020-03-25 16:33:36 -05:00
committed by GitHub
parent b0ebc98a64
commit a19c8a3fe0
44 changed files with 114 additions and 97 deletions

View File

@ -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" }