Skip to content

Commit

Permalink
chore: prepare 0.2.24 release (#3227)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukesteensen authored Dec 9, 2020
1 parent 3d17488 commit 95b9435
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions tokio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.2.24 (December 7, 2020)

### Fixes

- sync: fix mpsc bug related to closing the channel (#3215)

# 0.2.23 (November 12, 2020)

### Fixes
Expand Down
4 changes: 2 additions & 2 deletions tokio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ name = "tokio"
# - README.md
# - Update CHANGELOG.md.
# - Create "v0.2.x" git tag.
version = "0.2.23"
version = "0.2.24"
edition = "2018"
authors = ["Tokio Contributors <team@tokio.rs>"]
license = "MIT"
readme = "README.md"
documentation = "https://docs.rs/tokio/0.2.23/tokio/"
documentation = "https://docs.rs/tokio/0.2.24/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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![doc(html_root_url = "https://docs.rs/tokio/0.2.23")]
#![doc(html_root_url = "https://docs.rs/tokio/0.2.24")]
#![allow(
clippy::cognitive_complexity,
clippy::large_enum_variant,
Expand Down

0 comments on commit 95b9435

Please sign in to comment.