From 479c545c20b2cb44a8f09600733adc8c8dcb5aa0 Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Wed, 18 Nov 2020 12:38:13 -0800 Subject: chore: prepare v0.3.4 release (#3152) --- tokio/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tokio/Cargo.toml') diff --git a/tokio/Cargo.toml b/tokio/Cargo.toml index 1af88fe0..c658fc44 100644 --- a/tokio/Cargo.toml +++ b/tokio/Cargo.toml @@ -8,12 +8,12 @@ name = "tokio" # - README.md # - Update CHANGELOG.md. # - Create "v0.3.x" git tag. -version = "0.3.3" +version = "0.3.4" edition = "2018" authors = ["Tokio Contributors "] license = "MIT" readme = "README.md" -documentation = "https://docs.rs/tokio/0.3.3/tokio/" +documentation = "https://docs.rs/tokio/0.3.4/tokio/" repository = "https://github.com/tokio-rs/tokio" homepage = "https://tokio.rs" description = """ -- cgit v1.2.3