Bump to 0.2.45

This commit is contained in:
Alex Crichton
2019-05-20 09:41:56 -07:00
parent f23b867179
commit 137bbdf2e3
39 changed files with 96 additions and 79 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "js-sys"
version = "0.3.21"
version = "0.3.22"
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.44" }
wasm-bindgen = { path = "../..", version = "0.2.45" }
[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
futures = "0.1.20"
wasm-bindgen-test = { path = '../test', version = '=0.2.44' }
wasm-bindgen-futures = { path = '../futures', version = '=0.3.21' }
wasm-bindgen-test = { path = '../test', version = '=0.2.45' }
wasm-bindgen-futures = { path = '../futures', version = '=0.3.22' }