From 6ccefb77e273d8bfda72d638404c797fc8d5f2d4 Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Fri, 7 Aug 2020 20:27:53 -0700 Subject: chore: prepare for v0.3 breaking changes (#2747) Bug fixes will be applied to the v0.2.x branch. --- 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 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]] -- cgit v1.2.3