Skip to content

Commit 7147042

Browse files
committed
chore: prepare Tokio v1.8.2 release
1 parent 634fcac commit 7147042

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

tokio/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 1.8.2 (July 19, 2021)
2+
3+
Fixes a missed edge case from 1.8.1.
4+
5+
### Fixed
6+
7+
- runtime: drop canceled future on next poll (#3965)
8+
19
# 1.8.1 (July 6, 2021)
210

311
Forward ports 1.5.1 fixes.

tokio/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ name = "tokio"
77
# - README.md
88
# - Update CHANGELOG.md.
99
# - Create "v1.0.x" git tag.
10-
version = "1.8.1"
10+
version = "1.8.2"
1111
edition = "2018"
1212
authors = ["Tokio Contributors <team@tokio.rs>"]
1313
license = "MIT"
1414
readme = "README.md"
15-
documentation = "https://docs.rs/tokio/1.8.1/tokio/"
15+
documentation = "https://docs.rs/tokio/1.8.2/tokio/"
1616
repository = "https://github.com/tokio-rs/tokio"
1717
homepage = "https://tokio.rs"
1818
description = """

0 commit comments

Comments
 (0)