Skip to content

Commit c0746b6

Browse files
committed
chore: prepare Tokio v1.20.1 (#4861)
1 parent b673eae commit c0746b6

File tree

4 files changed

+13
-6
lines changed

4 files changed

+13
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Make sure you activated the full features of the tokio crate on Cargo.toml:
5656

5757
```toml
5858
[dependencies]
59-
tokio = { version = "1.20.0", features = ["full"] }
59+
tokio = { version = "1.20.1", features = ["full"] }
6060
```
6161
Then, on your main.rs:
6262

tokio/CHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
1+
# 1.20.1 (July 25, 2022)
2+
3+
### Fixed
4+
5+
- chore: fix version detection in build script ([#4860])
6+
7+
[#4860]: https://github.com/tokio-rs/tokio/pull/4860
8+
19
# 1.20.0 (July 12, 2022)
10+
211
### Added
3-
- tokio: add track_caller to public APIs ([#4772], [#4791], [#4793], [#4806], [#4808])
12+
- tokio: add `track_caller` to public APIs ([#4772], [#4791], [#4793], [#4806], [#4808])
413
- sync: Add `has_changed` method to `watch::Ref` ([#4758])
514

615
### Changed
@@ -11,8 +20,6 @@
1120
- tokio: use const initialized thread locals where possible ([#4677])
1221
- task: various small improvements to LocalKey ([#4795])
1322

14-
### Fixed
15-
1623
### Documented
1724

1825
- fs: warn about performance pitfall ([#4762])

tokio/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name = "tokio"
66
# - README.md
77
# - Update CHANGELOG.md.
88
# - Create "v1.0.x" git tag.
9-
version = "1.20.0"
9+
version = "1.20.1"
1010
edition = "2018"
1111
rust-version = "1.49"
1212
authors = ["Tokio Contributors <[email protected]>"]

tokio/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Make sure you activated the full features of the tokio crate on Cargo.toml:
5656

5757
```toml
5858
[dependencies]
59-
tokio = { version = "1.20.0", features = ["full"] }
59+
tokio = { version = "1.20.1", features = ["full"] }
6060
```
6161
Then, on your main.rs:
6262

0 commit comments

Comments
 (0)