Skip to content

Commit 66c62a4

Browse files
authored
chore: prepare tokio-macros v2.1.0 (#5649)
1 parent a86c052 commit 66c62a4

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

tokio-macros/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 2.1.0 (April 25th, 2023)
2+
3+
- macros: fix typo in `#[tokio::test]` docs ([#5636])
4+
- macros: make entrypoints more efficient ([#5621])
5+
6+
[#5621]: https://github.com/tokio-rs/tokio/pull/5621
7+
[#5636]: https://github.com/tokio-rs/tokio/pull/5636
8+
19
# 2.0.0 (March 24th, 2023)
210

311
This major release updates the dependency on the syn crate to 2.0.0, and

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.0.0"
7+
version = "2.1.0"
88
edition = "2018"
99
rust-version = "1.56"
1010
authors = ["Tokio Contributors <[email protected]>"]

tokio/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ stats = []
9797
autocfg = "1.1"
9898

9999
[dependencies]
100-
tokio-macros = { version = "~2.0.0", path = "../tokio-macros", optional = true }
100+
tokio-macros = { version = "~2.1.0", path = "../tokio-macros", optional = true }
101101

102102
pin-project-lite = "0.2.0"
103103

0 commit comments

Comments
 (0)