mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-07-31 12:01:55 +00:00
Bump to version 0.2.16
This commit is contained in:
@@ -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' }
|
||||
|
Reference in New Issue
Block a user