Skip to content

Commit 65cbf73

Browse files
authored
chore: prepare tokio-macros v2.3.0 (#6600)
1 parent dbf93c7 commit 65cbf73

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

tokio-macros/CHANGELOG.md

+6
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

+1-1
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>"]

tokio/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ test-util = ["rt", "sync", "time"]
8989
time = []
9090

9191
[dependencies]
92-
tokio-macros = { version = "~2.2.0", path = "../tokio-macros", optional = true }
92+
tokio-macros = { version = "~2.3.0", path = "../tokio-macros", optional = true }
9393

9494
pin-project-lite = "0.2.11"
9595

0 commit comments

Comments
 (0)