Skip to content

Commit 3f8a690

Browse files
authoredJun 4, 2022
chore: prepare tokio-macros 1.8.0 (tokio-rs#4742)
1 parent 14c77bc commit 3f8a690

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed
 

‎tokio-macros/CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
1+
# 1.8.0 (June 4th, 2022)
2+
3+
- macros: always emit return statement ([#4636])
4+
- macros: support setting a custom crate name for `#[tokio::main]` and `#[tokio::test]` ([#4613])
5+
6+
[#4613]: https://github.com/tokio-rs/tokio/pull/4613
7+
[#4636]: https://github.com/tokio-rs/tokio/pull/4636
8+
19
# 1.7.0 (December 15th, 2021)
210

3-
- macros: address remainging clippy::semicolon_if_nothing_returned warning ([#4252])
11+
- macros: address remaining `clippy::semicolon_if_nothing_returned` warning ([#4252])
412

513
[#4252]: https://github.com/tokio-rs/tokio/pull/4252
614

‎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.0.x" git tag.
7-
version = "1.7.0"
7+
version = "1.8.0"
88
edition = "2018"
99
rust-version = "1.49"
1010
authors = ["Tokio Contributors <team@tokio.rs>"]

‎tokio/CHANGELOG.md

-2
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,6 @@ task), as well as a number of bugfixes.
7979

8080
### Added
8181

82-
- macros: support setting a custom crate name for `#[tokio::main]` and
83-
`#[tokio::test]` ([#4613])
8482
- net: add `UdpSocket::peer_addr` ([#4611])
8583
- net: add `try_read_buf` method for named pipes ([#4626])
8684
- signal: add `SignalKind` `Hash`/`Eq` impls and `c_int` conversion ([#4540])

0 commit comments

Comments
 (0)
Please sign in to comment.