Skip to content

Commit c52508e

Browse files
committed
chore: prepare tokio-macros v2.3.0
1 parent 873cb8a commit c52508e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

tokio-macros/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
# 2.2.0 (November 19th, 2023)
28

39
### Changed

tokio-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "tokio-macros"
44
# - Remove path dependencies
55
# - Update CHANGELOG.md.
66
# - Create "tokio-macros-1.x.y" git tag.
7-
version = "2.2.0"
7+
version = "2.3.0"
88
edition = "2021"
99
rust-version = "1.63"
1010
authors = ["Tokio Contributors <team@tokio.rs>"]

0 commit comments

Comments
 (0)