chore: fix Cargo.toml files

This commit is contained in:
Carl Lerche 2019-03-22 14:10:06 -07:00
parent 3c8f110730
commit 6e4945025c
No known key found for this signature in database
GPG Key ID: 834DFBC68AEE8D41
3 changed files with 3 additions and 6 deletions

View File

@ -21,6 +21,3 @@ members = [
"tokio-udp",
"tokio-uds",
]
[patch.crates-io]
tokio-executor = { path = "tokio-executor" }

View File

@ -21,5 +21,5 @@ keywords = ["futures", "tokio"]
categories = ["concurrency", "asynchronous"]
[dependencies]
tokio-executor = "0.1.6"
tokio-executor = "0.1.7"
futures = "0.1.19"

View File

@ -68,13 +68,13 @@ futures = "0.1.20"
bytes = { version = "0.4", optional = true }
num_cpus = { version = "1.8.0", optional = true }
tokio-codec = { version = "0.1.0", optional = true }
tokio-current-thread = { version = "0.1.3", optional = true }
tokio-current-thread = { version = "0.1.6", optional = true }
tokio-fs = { version = "0.1.6", optional = true }
tokio-io = { version = "0.1.6", optional = true }
tokio-executor = { version = "0.1.7", optional = true }
tokio-reactor = { version = "0.1.1", optional = true }
tokio-sync = { version = "0.1.3", optional = true }
tokio-threadpool = { version = "0.1.8", optional = true }
tokio-threadpool = { version = "0.1.13", optional = true }
tokio-tcp = { version = "0.1.0", optional = true }
tokio-udp = { version = "0.1.0", optional = true }
tokio-timer = { version = "0.2.8", optional = true }