We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 634fcac commit 7147042Copy full SHA for 7147042
tokio/CHANGELOG.md
@@ -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
9
# 1.8.1 (July 6, 2021)
10
11
Forward ports 1.5.1 fixes.
tokio/Cargo.toml
@@ -7,12 +7,12 @@ name = "tokio"
# - README.md
# - Update CHANGELOG.md.
# - Create "v1.0.x" git tag.
-version = "1.8.1"
+version = "1.8.2"
edition = "2018"
12
authors = ["Tokio Contributors <team@tokio.rs>"]
13
license = "MIT"
14
readme = "README.md"
15
-documentation = "https://docs.rs/tokio/1.8.1/tokio/"
+documentation = "https://docs.rs/tokio/1.8.2/tokio/"
16
repository = "https://github.com/tokio-rs/tokio"
17
homepage = "https://tokio.rs"
18
description = """
0 commit comments