From 473ddaa277f51917aeb2fe743b1582685828d6dd Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Wed, 9 Dec 2020 09:42:05 -0800 Subject: chore: prepare for Tokio 1.0 work (#3238) --- benches/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'benches') diff --git a/benches/Cargo.toml b/benches/Cargo.toml index d0383f36..de6c6c33 100644 --- a/benches/Cargo.toml +++ b/benches/Cargo.toml @@ -5,7 +5,7 @@ publish = false edition = "2018" [dependencies] -tokio = { version = "0.3.0", path = "../tokio", features = ["full"] } +tokio = { version = "1.0.0", path = "../tokio", features = ["full"] } bencher = "0.1.5" [target.'cfg(unix)'.dependencies] -- cgit v1.2.3