Bump to 0.2.15

This commit is contained in:
Nick Fitzgerald
2018-07-26 14:51:20 -07:00
parent a204c8d4b7
commit 9a0470b1c4
15 changed files with 96 additions and 33 deletions

View File

@ -1,7 +1,7 @@
[package]
name = "js-sys"
version = "0.2.14"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
version = "0.2.0"
authors = ["The wasm-bindgen Developers"]
readme = "./README.md"
categories = ["wasm"]
repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/js-sys"
@ -17,10 +17,10 @@ test = false
doctest = false
[dependencies]
wasm-bindgen = { path = "../..", version = "0.2.14" }
wasm-bindgen = { path = "../..", version = "0.2.15" }
[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
wasm-bindgen-test = { path = '../test', version = '=0.2.14' }
wasm-bindgen-test = { path = '../test', version = '=0.2.15' }
[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
wasm-bindgen-test-project-builder = { path = "../test-project-builder", version = '=0.2.14' }
wasm-bindgen-test-project-builder = { path = "../test-project-builder", version = '=0.2.15' }