Commit dd060b1 1 parent 4152918 commit dd060b1 Copy full SHA for dd060b1
File tree 4 files changed +11
-3
lines changed
4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ Make sure you activated the full features of the tokio crate on Cargo.toml:
56
56
57
57
``` toml
58
58
[dependencies ]
59
- tokio = { version = " 1.10.0 " , features = [" full" ] }
59
+ tokio = { version = " 1.10.1 " , features = [" full" ] }
60
60
```
61
61
Then, on your main.rs:
62
62
Original file line number Diff line number Diff line change
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
+
1
9
# 1.10.0 (August 12, 2021)
2
10
3
11
### Added
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ name = "tokio"
7
7
# - README.md
8
8
# - Update CHANGELOG.md.
9
9
# - Create "v1.0.x" git tag.
10
- version = " 1.10.0 "
10
+ version = " 1.10.1 "
11
11
edition = " 2018"
12
12
authors = [" Tokio Contributors <team@tokio.rs>" ]
13
13
license = " MIT"
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ Make sure you activated the full features of the tokio crate on Cargo.toml:
56
56
57
57
``` toml
58
58
[dependencies ]
59
- tokio = { version = " 1.10.0 " , features = [" full" ] }
59
+ tokio = { version = " 1.10.1 " , features = [" full" ] }
60
60
```
61
61
Then, on your main.rs:
62
62
You can’t perform that action at this time.
0 commit comments