File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # 1.8.2 (November 30th, 2022)
2+
3+ - fix a regression introduced in 1.8.1 ([ #5244 ] )
4+
5+ [ #5244 ] : https://github.com/tokio-rs/tokio/pull/5244
6+
17# 1.8.1 (November 29th, 2022)
28
3- - macros: Pin Futures in #[ tokio::test] to stack ([ #5205 ] )
9+ (yanked)
10+
11+ - macros: Pin Futures in ` #[tokio::test] ` to stack ([ #5205 ] )
412- macros: Reduce usage of last statement spans in proc-macros ([ #5092 ] )
5- - macros: Improve the documentation for #[ tokio::test] ([ #4761 ] )
13+ - macros: Improve the documentation for ` #[tokio::test] ` ([ #4761 ] )
614
715[ #5205 ] : https://github.com/tokio-rs/tokio/pull/5205
816[ #5092 ] : https://github.com/tokio-rs/tokio/pull/5092
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ name = "tokio-macros"
33# When releasing to crates.io:
44# - Remove path dependencies
55# - Update CHANGELOG.md.
6- # - Create "tokio-macros-1.0.x " git tag.
7- version = " 1.8.1 "
6+ # - Create "tokio-macros-1.x.y " git tag.
7+ version = " 1.8.2 "
88edition = " 2018"
99rust-version = " 1.49"
1010authors = [" Tokio Contributors <team@tokio.rs>" ]
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name = "tokio"
55# - Update doc url
66# - README.md
77# - Update CHANGELOG.md.
8- # - Create "v1.0.x " git tag.
8+ # - Create "v1.x.y " git tag.
99version = " 1.22.0"
1010edition = " 2018"
1111rust-version = " 1.49"
You can’t perform that action at this time.
0 commit comments