summaryrefslogtreecommitdiffstats
path: root/tokio/Cargo.toml
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2020-10-21 16:23:35 -0700
committerGitHub <noreply@github.com>2020-10-21 16:23:35 -0700
commitd14cbf91162d1ae2976a67a43e1f06cda1c21e29 (patch)
treedef6c42c9180dae15ee69ddfa8ff09e8084a78c5 /tokio/Cargo.toml
parent8bfb1c92ceadd04f847d98ed482e7e59a3074954 (diff)
chore: prepare v0.3.1 release (#3021)
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 0ebb08d2..57e49d68 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.0"
+version = "0.3.1"
edition = "2018"
authors = ["Tokio Contributors <team@tokio.rs>"]
license = "MIT"
readme = "README.md"
-documentation = "https://docs.rs/tokio/0.3.0/tokio/"
+documentation = "https://docs.rs/tokio/0.3.1/tokio/"
repository = "https://github.com/tokio-rs/tokio"
homepage = "https://tokio.rs"
description = """