summaryrefslogtreecommitdiffstats
path: root/tokio/Cargo.toml
diff options
context:
space:
mode:
authorEliza Weisman <eliza@buoyant.io>2020-04-09 13:49:19 -0700
committerGitHub <noreply@github.com>2020-04-09 13:49:19 -0700
commit3137c6f07dabc4edc37acf717fd8c565bd78927b (patch)
tree3b12814e57f63092b874f460274f66917468a309 /tokio/Cargo.toml
parentd294c992e7236d5279d9e1a49b4536b21ccbc835 (diff)
chore: prepare to release 0.2.17 (#2392)
# 0.2.17 (April 9, 2020) ### Fixes - rt: bug in work-stealing queue (#2387) ### Changes - rt: threadpool uses logical CPU count instead of physical by default (#2391) Signed-off-by: Eliza Weisman <eliza@buoyant.io>
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 5b099c12..3d075bbc 100644
--- a/tokio/Cargo.toml
+++ b/tokio/Cargo.toml
@@ -8,12 +8,12 @@ name = "tokio"
# - README.md
# - Update CHANGELOG.md.
# - Create "v0.2.x" git tag.
-version = "0.2.16"
+version = "0.2.17"
edition = "2018"
authors = ["Tokio Contributors <team@tokio.rs>"]
license = "MIT"
readme = "README.md"
-documentation = "https://docs.rs/tokio/0.2.16/tokio/"
+documentation = "https://docs.rs/tokio/0.2.17/tokio/"
repository = "https://github.com/tokio-rs/tokio"
homepage = "https://tokio.rs"
description = """