Skip to content

Commit dd060b1

Browse files
committed
chore: prepare Tokio v1.10.1
1 parent 4152918 commit dd060b1

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

README.md

+1-1
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.10.0", features = ["full"] }
59+
tokio = { version = "1.10.1", features = ["full"] }
6060
```
6161
Then, on your main.rs:
6262

tokio/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 1.10.1 (August 24, 2021)
2+
3+
### Fixed
4+
5+
- runtime: fix leak in UnownedTask ([#4063])
6+
7+
[#4063]: https://github.com/tokio-rs/tokio/pull/4063
8+
19
# 1.10.0 (August 12, 2021)
210

311
### Added

tokio/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "tokio"
77
# - README.md
88
# - Update CHANGELOG.md.
99
# - Create "v1.0.x" git tag.
10-
version = "1.10.0"
10+
version = "1.10.1"
1111
edition = "2018"
1212
authors = ["Tokio Contributors <team@tokio.rs>"]
1313
license = "MIT"

tokio/README.md

+1-1
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.10.0", features = ["full"] }
59+
tokio = { version = "1.10.1", features = ["full"] }
6060
```
6161
Then, on your main.rs:
6262

0 commit comments

Comments
 (0)