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) --- stress-test/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stress-test/Cargo.toml') diff --git a/stress-test/Cargo.toml b/stress-test/Cargo.toml index 5f7910a8..769dc485 100644 --- a/stress-test/Cargo.toml +++ b/stress-test/Cargo.toml @@ -8,7 +8,7 @@ publish = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -tokio = {path = "../tokio/", features = ["full"]} +tokio = { path = "../tokio/", features = ["full"] } [dev-dependencies] rand = "0.7.3" -- cgit v1.2.3