Skip to content

Commit 48dd1c1

Browse files
committed
blocking is not optional anymore
Signed-off-by: Marc-Antoine Perennou <[email protected]>
1 parent 1dc97b3 commit 48dd1c1

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Cargo.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ categories = ["asynchronous", "concurrency"]
1313
readme = "README.md"
1414

1515
[features]
16-
default = ["async-io", "blocking"]
16+
default = ["async-io"]
1717
tokio = ["tokio-crate"]
1818
tokio02 = ["tokio02-crate"]
1919
tokio03 = ["tokio03-crate"]
@@ -22,6 +22,7 @@ tokio03 = ["tokio03-crate"]
2222
async-channel = "^1.5"
2323
async-executor = "^1.4"
2424
async-mutex = "^1.4"
25+
blocking = "^1.0"
2526
futures-lite = "^1.0"
2627
num_cpus = "^1.13"
2728
once_cell = "^1.4"
@@ -30,10 +31,6 @@ once_cell = "^1.4"
3031
version = "^1.2"
3132
optional = true
3233

33-
[dependencies.blocking]
34-
version = "^1.0"
35-
optional = true
36-
3734
[dependencies.tokio-crate]
3835
package = "tokio"
3936
version = "^1.0"

0 commit comments

Comments
 (0)