Bump to version 0.2.16

This commit is contained in:
Nick Fitzgerald
2018-08-13 14:25:05 -07:00
parent ea27a172d9
commit 8974a57fb9
15 changed files with 172 additions and 32 deletions

View File

@@ -11,15 +11,15 @@ test = false
[build-dependencies]
env_logger = "0.5.10"
failure = "0.1.2"
wasm-bindgen-webidl = { path = "../webidl", version = "=0.2.15" }
wasm-bindgen-webidl = { path = "../webidl", version = "=0.2.16" }
sourcefile = "0.1"
[dependencies]
wasm-bindgen = { path = "../..", version = "0.2.15" }
wasm-bindgen = { path = "../..", version = "0.2.16" }
js-sys = { path = '../js-sys', version = '0.2.0' }
[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
futures = "0.1"
js-sys = { path = '../js-sys', version = '0.2.0' }
wasm-bindgen-test = { path = '../test', version = '0.2.15' }
wasm-bindgen-futures = { path = '../futures', version = '0.2.15' }
wasm-bindgen-test = { path = '../test', version = '0.2.16' }
wasm-bindgen-futures = { path = '../futures', version = '0.2.16' }