Bump to 0.2.19

This commit is contained in:
Alex Crichton
2018-08-27 13:39:23 -07:00
parent c89182b1fd
commit d9bc0a3176
14 changed files with 38 additions and 38 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.2.18"
version = "0.2.19"
[dependencies]
futures = "0.1.20"
js-sys = { path = "../js-sys", version = '0.2.3' }
wasm-bindgen = { path = "../..", version = '0.2.18' }
js-sys = { path = "../js-sys", version = '0.2.4' }
wasm-bindgen = { path = "../..", version = '0.2.19' }
[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
wasm-bindgen-test = { path = '../test', version = '0.2.18' }
wasm-bindgen-test = { path = '../test', version = '0.2.19' }