Bump to 0.2.62 (#2119)

This commit is contained in:
Alex Crichton
2020-05-01 10:34:36 -05:00
committed by GitHub
parent 7bee6a8c19
commit d896446edc
43 changed files with 101 additions and 90 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "js-sys"
version = "0.3.38"
version = "0.3.39"
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.61" }
wasm-bindgen = { path = "../..", version = "0.2.62" }
[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
wasm-bindgen-test = { path = '../test', version = '=0.3.11' }
wasm-bindgen-futures = { path = '../futures', version = '0.4.11' }
wasm-bindgen-test = { path = '../test', version = '=0.3.12' }
wasm-bindgen-futures = { path = '../futures', version = '0.4.12' }