mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-28 12:10:37 +00:00
chore: prepare v0.2.20 release. (#2458)
This commit is contained in:
parent
1bf1928088
commit
0f4287ac2b
@ -1,3 +1,9 @@
|
||||
# 0.2.20 (April 28, 2020)
|
||||
|
||||
### Fixes
|
||||
- sync: `broadcast` closing the channel no longer requires capacity (#2448).
|
||||
- rt: regression when configuring runtime with `max_threads` less than number of CPUs (#2457).
|
||||
|
||||
# 0.2.19 (April 24, 2020)
|
||||
|
||||
### Fixes
|
||||
|
@ -8,12 +8,12 @@ name = "tokio"
|
||||
# - README.md
|
||||
# - Update CHANGELOG.md.
|
||||
# - Create "v0.2.x" git tag.
|
||||
version = "0.2.19"
|
||||
version = "0.2.20"
|
||||
edition = "2018"
|
||||
authors = ["Tokio Contributors <team@tokio.rs>"]
|
||||
license = "MIT"
|
||||
readme = "README.md"
|
||||
documentation = "https://docs.rs/tokio/0.2.19/tokio/"
|
||||
documentation = "https://docs.rs/tokio/0.2.20/tokio/"
|
||||
repository = "https://github.com/tokio-rs/tokio"
|
||||
homepage = "https://tokio.rs"
|
||||
description = """
|
||||
|
@ -1,4 +1,4 @@
|
||||
#![doc(html_root_url = "https://docs.rs/tokio/0.2.19")]
|
||||
#![doc(html_root_url = "https://docs.rs/tokio/0.2.20")]
|
||||
#![allow(
|
||||
clippy::cognitive_complexity,
|
||||
clippy::large_enum_variant,
|
||||
|
Loading…
x
Reference in New Issue
Block a user