Bump to 0.2.61 (#2113)

This commit is contained in:
Alex Crichton
2020-04-29 11:22:35 -05:00
committed by GitHub
parent e16f7e41bf
commit 6d61cd8b76
43 changed files with 140 additions and 90 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "js-sys"
version = "0.3.37"
version = "0.3.38"
authors = ["The wasm-bindgen Developers"]
readme = "./README.md"
categories = ["wasm"]
@ -19,8 +19,8 @@ test = false
doctest = false
[dependencies]
wasm-bindgen = { path = "../..", version = "0.2.60" }
wasm-bindgen = { path = "../..", version = "0.2.61" }
[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
wasm-bindgen-test = { path = '../test', version = '=0.3.10' }
wasm-bindgen-futures = { path = '../futures', version = '0.4.10' }
wasm-bindgen-test = { path = '../test', version = '=0.3.11' }
wasm-bindgen-futures = { path = '../futures', version = '0.4.11' }