chore(dependencies): remove tokio-executor from runtime feature

This commit is contained in:
Sean McArthur
2019-07-10 10:16:35 -07:00
parent 67c4781734
commit c2a539783d

View File

@@ -38,7 +38,7 @@ pin-utils = "0.1.0-alpha.4"
time = "0.1" time = "0.1"
tokio = { git = "https://github.com/tokio-rs/tokio", optional = true, default-features = false, features = ["rt-full"] } tokio = { git = "https://github.com/tokio-rs/tokio", optional = true, default-features = false, features = ["rt-full"] }
tokio-buf = "0.1" tokio-buf = "0.1"
tokio-executor = { git = "https://github.com/tokio-rs/tokio", optional = true } tokio-executor = { git = "https://github.com/tokio-rs/tokio" }
tokio-io = { git = "https://github.com/tokio-rs/tokio" } tokio-io = { git = "https://github.com/tokio-rs/tokio" }
tokio-reactor = { git = "https://github.com/tokio-rs/tokio", optional = true } tokio-reactor = { git = "https://github.com/tokio-rs/tokio", optional = true }
tokio-sync = { git = "https://github.com/tokio-rs/tokio" } tokio-sync = { git = "https://github.com/tokio-rs/tokio" }
@@ -70,7 +70,6 @@ default = [
runtime = [ runtime = [
"net2", "net2",
"tokio", "tokio",
"tokio-executor",
"tokio-reactor", "tokio-reactor",
"tokio-tcp", "tokio-tcp",
"tokio-threadpool", "tokio-threadpool",