From a81e2722a43ff2748ac99c1a65cd50fd00274db9 Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Tue, 26 Nov 2019 09:17:27 -0800 Subject: chore: prepare v0.2.0 release (#1822) --- examples/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'examples/Cargo.toml') diff --git a/examples/Cargo.toml b/examples/Cargo.toml index 21b42ff7..643fd14c 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -5,10 +5,10 @@ publish = false edition = "2018" [dev-dependencies] -tokio = { version = "=0.2.0-alpha.6", path = "../tokio", features = ["full"] } -tokio-util = { version = "=0.2.0-alpha.6", path = "../tokio-util", features = ["full"] } +tokio = { version = "0.2.0", path = "../tokio", features = ["full"] } +tokio-util = { version = "0.2.0", path = "../tokio-util", features = ["full"] } -bytes = { git = "https://github.com/tokio-rs/bytes" } +bytes = "0.5.0" futures = "0.3.0" [[example]] -- cgit v1.2.3