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) --- tokio-test/Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tokio-test/Cargo.toml') diff --git a/tokio-test/Cargo.toml b/tokio-test/Cargo.toml index cd0f4044..a2902dc5 100644 --- a/tokio-test/Cargo.toml +++ b/tokio-test/Cargo.toml @@ -7,26 +7,26 @@ name = "tokio-test" # - Cargo.toml # - Update CHANGELOG.md. # - Create "v0.2.x" git tag. -version = "0.2.0-alpha.6" +version = "0.2.0" edition = "2018" authors = ["Tokio Contributors "] license = "MIT" repository = "https://github.com/tokio-rs/tokio" homepage = "https://tokio.rs" -documentation = "https://docs.rs/tokio-test/0.2.0-alpha.6/tokio_test" +documentation = "https://docs.rs/tokio-test/0.2.0/tokio_test" description = """ Testing utilities for Tokio- and futures-based code """ categories = ["asynchronous", "testing"] [dependencies] -tokio = { version = "=0.2.0-alpha.6", path = "../tokio", features = ["rt-core", "sync", "time", "test-util"] } +tokio = { version = "0.2.0", path = "../tokio", features = ["rt-core", "sync", "time", "test-util"] } -bytes = { git = "https://github.com/tokio-rs/bytes" } +bytes = "0.5.0" futures-core = "0.3.0" [dev-dependencies] -tokio = { version = "=0.2.0-alpha.6", path = "../tokio", features = ["full"] } +tokio = { version = "0.2.0", path = "../tokio", features = ["full"] } futures-util = "0.3.0" [package.metadata.docs.rs] -- cgit v1.2.3