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 = "web-sys"
version = "0.3.18"
version = "0.3.19"
authors = ["The wasm-bindgen Developers"]
readme = "./README.md"
homepage = "https://rustwasm.github.io/wasm-bindgen/web-sys/index.html"
@ -22,17 +22,17 @@ test = false
[build-dependencies]
env_logger = "0.6.0"
failure = "0.1.2"
wasm-bindgen-webidl = { path = "../webidl", version = "=0.2.41" }
wasm-bindgen-webidl = { path = "../webidl", version = "=0.2.42" }
sourcefile = "0.1"
[dependencies]
wasm-bindgen = { path = "../..", version = "0.2.41" }
js-sys = { path = '../js-sys', version = '0.3.18' }
wasm-bindgen = { path = "../..", version = "0.2.42" }
js-sys = { path = '../js-sys', version = '0.3.19' }
[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
futures = "0.1"
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' }
# This list is generated by passing `__WASM_BINDGEN_DUMP_FEATURES=foo` when
# compiling this crate which dumps the total list of features to a file called