From 25e835c5b7e2cfeb9c22b1fd576844f6814a9477 Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Sun, 6 Jan 2019 23:31:24 -0800 Subject: [PATCH] tcp: specify version for tokio dev dependency This is required for publishing to crates.io --- tokio-tcp/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tokio-tcp/Cargo.toml b/tokio-tcp/Cargo.toml index 031a90df37b..a357343ab12 100644 --- a/tokio-tcp/Cargo.toml +++ b/tokio-tcp/Cargo.toml @@ -29,4 +29,4 @@ futures = "0.1.19" [dev-dependencies] env_logger = { version = "0.5", default-features = false } -tokio = { path = ".." } +tokio = { version = "0.1.13", path = ".." }