mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-18 19:20:51 +00:00
futures should be a dev dependency
This commit is contained in:
parent
b698eb5d6a
commit
b519c290f9
@ -18,9 +18,9 @@ test = false
|
||||
doctest = false
|
||||
|
||||
[dependencies]
|
||||
futures = "0.1.20"
|
||||
wasm-bindgen = { path = "../..", version = "0.2.16" }
|
||||
|
||||
[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' }
|
||||
|
Loading…
x
Reference in New Issue
Block a user