Skip to content

Commit 95b9435

Browse files
authored
chore: prepare 0.2.24 release (#3227)
1 parent 3d17488 commit 95b9435

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

tokio/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.2.24 (December 7, 2020)
2+
3+
### Fixes
4+
5+
- sync: fix mpsc bug related to closing the channel (#3215)
6+
17
# 0.2.23 (November 12, 2020)
28

39
### Fixes

tokio/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ name = "tokio"
88
# - README.md
99
# - Update CHANGELOG.md.
1010
# - Create "v0.2.x" git tag.
11-
version = "0.2.23"
11+
version = "0.2.24"
1212
edition = "2018"
1313
authors = ["Tokio Contributors <team@tokio.rs>"]
1414
license = "MIT"
1515
readme = "README.md"
16-
documentation = "https://docs.rs/tokio/0.2.23/tokio/"
16+
documentation = "https://docs.rs/tokio/0.2.24/tokio/"
1717
repository = "https://github.com/tokio-rs/tokio"
1818
homepage = "https://tokio.rs"
1919
description = """

tokio/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![doc(html_root_url = "https://docs.rs/tokio/0.2.23")]
1+
#![doc(html_root_url = "https://docs.rs/tokio/0.2.24")]
22
#![allow(
33
clippy::cognitive_complexity,
44
clippy::large_enum_variant,

0 commit comments

Comments
 (0)