summaryrefslogtreecommitdiffstats
path: root/tokio/Cargo.toml
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2020-10-27 14:31:39 -0700
committerGitHub <noreply@github.com>2020-10-27 14:31:39 -0700
commit9097ae548f9a1bcd261385ceba29b800b0ee2a21 (patch)
tree55fd9f9062acabb78acfc99da1a5460672f4004d /tokio/Cargo.toml
parentd78655337a68bded305782a8a8b4ac7be42aa6a7 (diff)
chore: prepare v0.3.2 release (#3059)
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 6589f485..144c2d53 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.1"
+version = "0.3.2"
edition = "2018"
authors = ["Tokio Contributors <team@tokio.rs>"]
license = "MIT"
readme = "README.md"
-documentation = "https://docs.rs/tokio/0.3.1/tokio/"
+documentation = "https://docs.rs/tokio/0.3.2/tokio/"
repository = "https://github.com/tokio-rs/tokio"
homepage = "https://tokio.rs"
description = """