Bump to 0.2.25

This commit is contained in:
Nick Fitzgerald
2018-10-10 13:19:40 -07:00
parent 70e13705b4
commit dd82a3e134
17 changed files with 64 additions and 43 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "web-sys"
version = "0.3.1"
version = "0.3.2"
authors = ["The wasm-bindgen Developers"]
readme = "./README.md"
homepage = "https://rustwasm.github.io/wasm-bindgen/web-sys/index.html"
@ -21,17 +21,17 @@ test = false
[build-dependencies]
env_logger = "0.5.10"
failure = "0.1.2"
wasm-bindgen-webidl = { path = "../webidl", version = "=0.2.18" }
wasm-bindgen-webidl = { path = "../webidl", version = "=0.2.19" }
sourcefile = "0.1"
[dependencies]
wasm-bindgen = { path = "../..", version = "0.2.24" }
js-sys = { path = '../js-sys', version = '0.3.1' }
wasm-bindgen = { path = "../..", version = "0.2.25" }
js-sys = { path = '../js-sys', version = '0.3.2' }
[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
futures = "0.1"
wasm-bindgen-test = { path = '../test', version = '0.2.24' }
wasm-bindgen-futures = { path = '../futures', version = '0.3.1' }
wasm-bindgen-test = { path = '../test', version = '0.2.25' }
wasm-bindgen-futures = { path = '../futures', version = '0.3.2' }
# 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