chore: prepare Tokio 0.2.25 (#3478)

This commit is contained in:
Alice Ryhl
2021-01-28 15:35:37 +01:00
committed by GitHub
parent 312c981e3f
commit 2afa276c8c
3 changed files with 14 additions and 3 deletions
+11
View File
@@ -1,3 +1,14 @@
# 0.2.25 (January 28, 2021)
### Changes
- chore: upgrade mio dependency (#3207)
- runtime: update panic messages to include version (#3460)
### Fixes
- task: add missing feature flags for `task_local` (#3236)
# 0.2.24 (December 7, 2020)
### Fixes
+2 -2
View File
@@ -8,12 +8,12 @@ name = "tokio"
# - README.md
# - Update CHANGELOG.md.
# - Create "v0.2.x" git tag.
version = "0.2.24"
version = "0.2.25"
edition = "2018"
authors = ["Tokio Contributors <[email protected]>"]
license = "MIT"
readme = "README.md"
documentation = "https://docs.rs/tokio/0.2.24/tokio/"
documentation = "https://docs.rs/tokio/0.2.25/tokio/"
repository = "https://github.com/tokio-rs/tokio"
homepage = "https://tokio.rs"
description = """
+1 -1
View File
@@ -1,4 +1,4 @@
#![doc(html_root_url = "https://docs.rs/tokio/0.2.24")]
#![doc(html_root_url = "https://docs.rs/tokio/0.2.25")]
#![allow(
clippy::cognitive_complexity,
clippy::large_enum_variant,