Bump to 0.2.42

This commit is contained in:
Alex Crichton
2019-04-11 07:39:45 -07:00
parent 560cb022ca
commit df6e15e3ab
39 changed files with 90 additions and 78 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "js-sys"
version = "0.3.18"
version = "0.3.19"
authors = ["The wasm-bindgen Developers"]
readme = "./README.md"
categories = ["wasm"]
@ -19,9 +19,9 @@ test = false
doctest = false
[dependencies]
wasm-bindgen = { path = "../..", version = "0.2.41" }
wasm-bindgen = { path = "../..", version = "0.2.42" }
[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
futures = "0.1.20"
wasm-bindgen-test = { path = '../test', version = '=0.2.41' }
wasm-bindgen-futures = { path = '../futures', version = '=0.3.18' }
wasm-bindgen-test = { path = '../test', version = '=0.2.42' }
wasm-bindgen-futures = { path = '../futures', version = '=0.3.19' }