chore: prepare tokio-macros v2.3.0 (#6600)

This commit is contained in:
Alice Ryhl
2024-05-30 13:21:51 -07:00
committed by GitHub
parent dbf93c7184
commit 65cbf730de
3 changed files with 8 additions and 2 deletions
+6
View File
@@ -1,3 +1,9 @@
# 2.3.0 (May 30th, 2024)
- macros: make `#[tokio::test]` append `#[test]` at the end of the attribute list ([#6497])
[#6497]: https://github.com/tokio-rs/tokio/pull/6497
# 2.2.0 (November 19th, 2023)
### Changed
+1 -1
View File
@@ -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"
authors = ["Tokio Contributors <[email protected]>"]
+1 -1
View File
@@ -89,7 +89,7 @@ test-util = ["rt", "sync", "time"]
time = []
[dependencies]
tokio-macros = { version = "~2.2.0", path = "../tokio-macros", optional = true }
tokio-macros = { version = "~2.3.0", path = "../tokio-macros", optional = true }
pin-project-lite = "0.2.11"