Bump to 0.2.27

This commit is contained in:
Alex Crichton
2018-10-29 14:30:15 -07:00
parent b1d92aecac
commit 6dfbb4be89
17 changed files with 56 additions and 45 deletions

View File

@ -7,12 +7,12 @@ 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.3"
version = "0.3.4"
[dependencies]
futures = "0.1.20"
js-sys = { path = "../js-sys", version = '0.3.3' }
wasm-bindgen = { path = "../..", version = '0.2.26' }
js-sys = { path = "../js-sys", version = '0.3.4' }
wasm-bindgen = { path = "../..", version = '0.2.27' }
[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
wasm-bindgen-test = { path = '../test', version = '0.2.26' }
wasm-bindgen-test = { path = '../test', version = '0.2.27' }