summaryrefslogtreecommitdiffstats
path: root/stress-test
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2020-12-09 09:42:05 -0800
committerGitHub <noreply@github.com>2020-12-09 09:42:05 -0800
commit473ddaa277f51917aeb2fe743b1582685828d6dd (patch)
tree7af80d4c2bfffff4b6f04db875779e2f49f31280 /stress-test
parent9706ca92a8deb69d6e29265f21424042fea966c5 (diff)
chore: prepare for Tokio 1.0 work (#3238)
Diffstat (limited to 'stress-test')
-rw-r--r--stress-test/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"