mirror of
https://github.com/async-rs/async-std.git
synced 2025-01-30 17:25:32 +00:00
fixup
This commit is contained in:
parent
7b896c0bf4
commit
151025fa38
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,6 @@ once_cell = { version = "1.3.1", optional = true }
|
||||||
pin-project-lite = { version = "0.2.0", optional = true }
|
pin-project-lite = { version = "0.2.0", optional = true }
|
||||||
pin-utils = { version = "0.1.0-alpha.4", optional = true }
|
pin-utils = { version = "0.1.0-alpha.4", optional = true }
|
||||||
slab = { version = "0.4.2", optional = true }
|
slab = { version = "0.4.2", optional = true }
|
||||||
async-process = { version = "1.0.1", optional = true }
|
|
||||||
|
|
||||||
# Devdepencency, but they are not allowed to be optional :/
|
# Devdepencency, but they are not allowed to be optional :/
|
||||||
surf = { version = "2.0.0", optional = true }
|
surf = { version = "2.0.0", optional = true }
|
||||||
|
@ -85,6 +84,7 @@ async-global-executor = { version = "1.4.0", optional = true, features = ["async
|
||||||
async-io = { version = "1.0.1", optional = true }
|
async-io = { version = "1.0.1", optional = true }
|
||||||
blocking = { version = "1.0.0", optional = true }
|
blocking = { version = "1.0.0", optional = true }
|
||||||
futures-lite = { version = "1.0.0", optional = true }
|
futures-lite = { version = "1.0.0", optional = true }
|
||||||
|
async-process = { version = "1.0.1", optional = true }
|
||||||
|
|
||||||
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
||||||
gloo-timers = { version = "0.2.1", features = ["futures"], optional = true }
|
gloo-timers = { version = "0.2.1", features = ["futures"], optional = true }
|
||||||
|
|
Loading…
Reference in a new issue