We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 873cb8a commit c52508eCopy full SHA for c52508e
tokio-macros/CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# 2.3.0 (May 30th, 2024)
2
+
3
+- macros: make `#[tokio::test]` append `#[test]` at the end of the attribute list ([#6497])
4
5
+[#6497]: https://github.com/tokio-rs/tokio/pull/6497
6
7
# 2.2.0 (November 19th, 2023)
8
9
### Changed
tokio-macros/Cargo.toml
@@ -4,7 +4,7 @@ name = "tokio-macros"
# - Remove path dependencies
# - Update CHANGELOG.md.
# - Create "tokio-macros-1.x.y" git tag.
-version = "2.2.0"
+version = "2.3.0"
edition = "2021"
rust-version = "1.63"
10
authors = ["Tokio Contributors <team@tokio.rs>"]
0 commit comments