Skip to content

Commit

Permalink
chore: release tokio v1.0.2 (#3429)
Browse files Browse the repository at this point in the history
  • Loading branch information
carllerche committed Jan 15, 2021
1 parent ad8fb41 commit 5d35c90
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions tokio/CHANGELOG.md
@@ -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`
Expand Down
4 changes: 2 additions & 2 deletions tokio/Cargo.toml
Expand Up @@ -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 <team@tokio.rs>"]
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 = """
Expand Down
2 changes: 1 addition & 1 deletion tokio/src/lib.rs
@@ -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,
Expand Down

0 comments on commit 5d35c90

Please sign in to comment.