File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 "
1212edition = " 2018"
1313authors = [" Tokio Contributors <team@tokio.rs>" ]
1414license = " MIT"
1515readme = " README.md"
16- documentation = " https://docs.rs/tokio/0.2.23 /tokio/"
16+ documentation = " https://docs.rs/tokio/0.2.24 /tokio/"
1717repository = " https://github.com/tokio-rs/tokio"
1818homepage = " https://tokio.rs"
1919description = """
Original file line number Diff line number Diff line change 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,
You can’t perform that action at this time.
0 commit comments