summaryrefslogtreecommitdiffstats
path: root/tokio/Cargo.toml
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2020-11-02 15:36:17 -0800
committerGitHub <noreply@github.com>2020-11-02 15:36:17 -0800
commit42de3bc7a44100eec06645a5bfef8be286ff0507 (patch)
treececcdb61e7b42ac70fdf50533deb7abd54c97caf /tokio/Cargo.toml
parent20a2b9e26316e704d16c62a28dfb74a505b92b25 (diff)
chore: prepare v0.3.3 release (#3090)
Diffstat (limited to 'tokio/Cargo.toml')
-rw-r--r--tokio/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tokio/Cargo.toml b/tokio/Cargo.toml
index b67e46c1..d1dbda19 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.2"
+version = "0.3.3"
edition = "2018"
authors = ["Tokio Contributors <team@tokio.rs>"]
license = "MIT"
readme = "README.md"
-documentation = "https://docs.rs/tokio/0.3.2/tokio/"
+documentation = "https://docs.rs/tokio/0.3.3/tokio/"
repository = "https://github.com/tokio-rs/tokio"
homepage = "https://tokio.rs"
description = """