mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-22 12:42:14 +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
|
doctest = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
futures = "0.1.20"
|
|
||||||
wasm-bindgen = { path = "../..", version = "0.2.16" }
|
wasm-bindgen = { path = "../..", version = "0.2.16" }
|
||||||
|
|
||||||
[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
|
[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
|
||||||
|
futures = "0.1.20"
|
||||||
wasm-bindgen-test = { path = '../test', version = '=0.2.16' }
|
wasm-bindgen-test = { path = '../test', version = '=0.2.16' }
|
||||||
wasm-bindgen-futures = { path = '../futures', version = '=0.2.16' }
|
wasm-bindgen-futures = { path = '../futures', version = '=0.2.16' }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user