Merge branch 'master' of git://github.com/rustwasm/wasm-bindgen

This commit is contained in:
Frazer McLean
2018-08-18 01:58:11 +02:00
218 changed files with 1311 additions and 2854 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "js-sys"
version = "0.2.1"
version = "0.2.2"
authors = ["The wasm-bindgen Developers"]
readme = "./README.md"
categories = ["wasm"]
@ -18,9 +18,9 @@ test = false
doctest = false
[dependencies]
wasm-bindgen = { path = "../..", version = "0.2.16" }
wasm-bindgen = { path = "../..", version = "0.2.17" }
[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
futures = "0.1.20"
wasm-bindgen-test = { path = '../test', version = '=0.2.16' }
wasm-bindgen-futures = { path = '../futures', version = '=0.2.16' }
wasm-bindgen-test = { path = '../test', version = '=0.2.17' }
wasm-bindgen-futures = { path = '../futures', version = '=0.2.17' }