Bump to 0.2.19

This commit is contained in:
Alex Crichton
2018-08-27 13:39:23 -07:00
parent c89182b1fd
commit d9bc0a3176
14 changed files with 38 additions and 38 deletions

View File

@ -15,10 +15,10 @@ wasm-bindgen-webidl = { path = "../webidl", version = "=0.2.17" }
sourcefile = "0.1"
[dependencies]
wasm-bindgen = { path = "../..", version = "0.2.18" }
js-sys = { path = '../js-sys', version = '0.2.3' }
wasm-bindgen = { path = "../..", version = "0.2.19" }
js-sys = { path = '../js-sys', version = '0.2.4' }
[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
futures = "0.1"
wasm-bindgen-test = { path = '../test', version = '0.2.18' }
wasm-bindgen-futures = { path = '../futures', version = '0.2.18' }
wasm-bindgen-test = { path = '../test', version = '0.2.19' }
wasm-bindgen-futures = { path = '../futures', version = '0.2.19' }