summaryrefslogtreecommitdiffstats
path: root/benches
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2020-08-07 20:27:53 -0700
committerGitHub <noreply@github.com>2020-08-07 20:27:53 -0700
commit6ccefb77e273d8bfda72d638404c797fc8d5f2d4 (patch)
treebdd04cc36d2f9e679220bef185d42f2ab86130c0 /benches
parent1167c09ae8bfd0d4fff97d33803d959222f9e2ab (diff)
chore: prepare for v0.3 breaking changes (#2747)
Bug fixes will be applied to the v0.2.x branch.
Diffstat (limited to 'benches')
-rw-r--r--benches/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/benches/Cargo.toml b/benches/Cargo.toml
index 75723ce2..3a90943f 100644
--- a/benches/Cargo.toml
+++ b/benches/Cargo.toml
@@ -5,7 +5,7 @@ publish = false
edition = "2018"
[dependencies]
-tokio = { version = "0.2.0", path = "../tokio", features = ["full"] }
+tokio = { version = "0.3.0", path = "../tokio", features = ["full"] }
bencher = "0.1.5"
[[bench]]