From c52508e2541db9d3c92ab007b40adbcd312ac613 Mon Sep 17 00:00:00 2001 From: Alice Ryhl Date: Thu, 30 May 2024 12:35:27 +0200 Subject: [PATCH] chore: prepare tokio-macros v2.3.0 --- tokio-macros/CHANGELOG.md | 6 ++++++ tokio-macros/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/tokio-macros/CHANGELOG.md b/tokio-macros/CHANGELOG.md index 32961394a09..9d305bf3b74 100644 --- a/tokio-macros/CHANGELOG.md +++ b/tokio-macros/CHANGELOG.md @@ -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 diff --git a/tokio-macros/Cargo.toml b/tokio-macros/Cargo.toml index ea9839c6d06..c150334880c 100644 --- a/tokio-macros/Cargo.toml +++ b/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" authors = ["Tokio Contributors "]