chore: prepare Tokio 0.3.7 (#3479)

This commit is contained in:
Alice Ryhl
2021-01-28 15:37:01 +01:00
committed by GitHub
parent 6b1f9f414b
commit b8ba576192
3 changed files with 9 additions and 3 deletions
+6
View File
@@ -1,3 +1,9 @@
# 0.3.7 (January 28, 2021)
### Changes
- runtime: update panic messages to include version (#3461)
# 0.3.6 (December 14, 2020)
### Fixed
+2 -2
View File
@@ -8,12 +8,12 @@ name = "tokio"
# - README.md
# - Update CHANGELOG.md.
# - Create "v0.3.x" git tag.
version = "0.3.6"
version = "0.3.7"
edition = "2018"
authors = ["Tokio Contributors <[email protected]>"]
license = "MIT"
readme = "README.md"
documentation = "https://docs.rs/tokio/0.3.6/tokio/"
documentation = "https://docs.rs/tokio/0.3.7/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.3.6")]
#![doc(html_root_url = "https://docs.rs/tokio/0.3.7")]
#![allow(
clippy::cognitive_complexity,
clippy::large_enum_variant,