chore: release tokio v1.0.2 (#3429)

This commit is contained in:
Carl Lerche
2021-01-15 15:05:38 -08:00
parent 0a7117fd9a
commit 3dc5f6c0ab
3 changed files with 8 additions and 3 deletions
+5
View File
@@ -1,3 +1,8 @@
# 1.0.2 (January 14, 2020)
### Fixed
- io: soundness in `read_to_end` (#3428).
# 1.0.1 (December 25, 2020)
This release fixes a soundness hole caused by the combination of `RwLockWriteGuard::map`
+2 -2
View File
@@ -8,12 +8,12 @@ name = "tokio"
# - README.md
# - Update CHANGELOG.md.
# - Create "v1.0.x" git tag.
version = "1.0.1"
version = "1.0.2"
edition = "2018"
authors = ["Tokio Contributors <[email protected]>"]
license = "MIT"
readme = "README.md"
documentation = "https://docs.rs/tokio/1.0.1/tokio/"
documentation = "https://docs.rs/tokio/1.0.2/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/1.0.1")]
#![doc(html_root_url = "https://docs.rs/tokio/1.0.2")]
#![allow(
clippy::cognitive_complexity,
clippy::large_enum_variant,