Skip to content

Commit 151025f

Browse files
fixup
1 parent 7b896c0 commit 151025f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ once_cell = { version = "1.3.1", optional = true }
7575
pin-project-lite = { version = "0.2.0", optional = true }
7676
pin-utils = { version = "0.1.0-alpha.4", optional = true }
7777
slab = { version = "0.4.2", optional = true }
78-
async-process = { version = "1.0.1", optional = true }
7978

8079
# Devdepencency, but they are not allowed to be optional :/
8180
surf = { version = "2.0.0", optional = true }
@@ -85,6 +84,7 @@ async-global-executor = { version = "1.4.0", optional = true, features = ["async
8584
async-io = { version = "1.0.1", optional = true }
8685
blocking = { version = "1.0.0", optional = true }
8786
futures-lite = { version = "1.0.0", optional = true }
87+
async-process = { version = "1.0.1", optional = true }
8888

8989
[target.'cfg(target_arch = "wasm32")'.dependencies]
9090
gloo-timers = { version = "0.2.1", features = ["futures"], optional = true }

0 commit comments

Comments
 (0)