Skip to content

Commit c2a5397

Browse files
committed
chore(dependencies): remove tokio-executor from runtime feature
1 parent 67c4781 commit c2a5397

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Cargo.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ pin-utils = "0.1.0-alpha.4"
3838
time = "0.1"
3939
tokio = { git = "https://github.com/tokio-rs/tokio", optional = true, default-features = false, features = ["rt-full"] }
4040
tokio-buf = "0.1"
41-
tokio-executor = { git = "https://github.com/tokio-rs/tokio", optional = true }
41+
tokio-executor = { git = "https://github.com/tokio-rs/tokio" }
4242
tokio-io = { git = "https://github.com/tokio-rs/tokio" }
4343
tokio-reactor = { git = "https://github.com/tokio-rs/tokio", optional = true }
4444
tokio-sync = { git = "https://github.com/tokio-rs/tokio" }
@@ -70,7 +70,6 @@ default = [
7070
runtime = [
7171
"net2",
7272
"tokio",
73-
"tokio-executor",
7473
"tokio-reactor",
7574
"tokio-tcp",
7675
"tokio-threadpool",

0 commit comments

Comments
 (0)