Skip to content

Commit 01a7f1d

Browse files
authored
chore: prepare tokio-macros v2.7.0 (#8004)
1 parent eeb55c7 commit 01a7f1d

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

tokio-macros/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 2.7.0 (April 3rd, 2026)
2+
3+
- macros: stabilize `LocalRuntime` ([#7557])
4+
- macros: add runtime name ([#7924])
5+
6+
[#7557]: https://github.com/tokio-rs/tokio/pull/7557
7+
[#7924]: https://github.com/tokio-rs/tokio/pull/7924
8+
19
# 2.6.1 (Mar 2nd, 2026)
210

311
- macros: improve error message for return type mismatch in #[tokio::main] ([#7856])

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 (if any)
55
# - Update CHANGELOG.md.
66
# - Create "tokio-macros-x.y.z" git tag.
7-
version = "2.6.1"
7+
version = "2.7.0"
88
edition = "2021"
99
rust-version = "1.71"
1010
authors = ["Tokio Contributors <team@tokio.rs>"]

tokio/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ io-uring = ["dep:io-uring", "libc", "mio/os-poll", "mio/os-ext", "dep:slab"]
9090
taskdump = ["dep:backtrace"]
9191

9292
[dependencies]
93-
tokio-macros = { version = "~2.6.0", path = "../tokio-macros", optional = true }
93+
tokio-macros = { version = "~2.7.0", path = "../tokio-macros", optional = true }
9494

9595
pin-project-lite = "0.2.11"
9696

0 commit comments

Comments
 (0)