Prepare tokio-macros 1.8.1

This commit is contained in:
Thomas de Zeeuw
2022-11-29 15:08:09 +00:00
committed by Thomas de Zeeuw
parent f5686f6bc0
commit 766f22fae3
2 changed files with 11 additions and 1 deletions
+10
View File
@@ -1,3 +1,13 @@
# 1.8.1 (November 29th, 2022)
- macros: Pin Futures in #[tokio::test] to stack ([#5205])
- macros: Reduce usage of last statement spans in proc-macros ([#5092])
- macros: Improve the documentation for #[tokio::test] ([#4761])
[#5205]: https://github.com/tokio-rs/tokio/pull/5205
[#5092]: https://github.com/tokio-rs/tokio/pull/5092
[#4761]: https://github.com/tokio-rs/tokio/pull/4761
# 1.8.0 (June 4th, 2022)
- macros: always emit return statement ([#4636])
+1 -1
View File
@@ -4,7 +4,7 @@ name = "tokio-macros"
# - Remove path dependencies
# - Update CHANGELOG.md.
# - Create "tokio-macros-1.0.x" git tag.
version = "1.8.0"
version = "1.8.1"
edition = "2018"
rust-version = "1.49"
authors = ["Tokio Contributors <[email protected]>"]