mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-08 00:00:13 +02:00
chore: prepare tokio-macros 1.4.0 (#4139)
This commit is contained in:
@@ -1,3 +1,17 @@
|
|||||||
|
# 1.4.0 (September 29th, 2021)
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- macros: run current_thread inside LocalSet ([#4027])
|
||||||
|
- macros: explicitly relaxed clippy lint for `.expect()` in runtime entry macro ([#4030])
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- macros: fix invalid error messages in functions wrapped with `#[main]` or `#[test]` ([#4067])
|
||||||
|
|
||||||
|
[#4027]: https://github.com/tokio-rs/tokio/pull/4027
|
||||||
|
[#4030]: https://github.com/tokio-rs/tokio/pull/4030
|
||||||
|
[#4067]: https://github.com/tokio-rs/tokio/pull/4067
|
||||||
|
|
||||||
# 1.3.0 (July 7, 2021)
|
# 1.3.0 (July 7, 2021)
|
||||||
|
|
||||||
- macros: don't trigger `clippy::unwrap_used` ([#3926])
|
- macros: don't trigger `clippy::unwrap_used` ([#3926])
|
||||||
|
|||||||
@@ -6,13 +6,13 @@ name = "tokio-macros"
|
|||||||
# - Cargo.toml
|
# - Cargo.toml
|
||||||
# - Update CHANGELOG.md.
|
# - Update CHANGELOG.md.
|
||||||
# - Create "tokio-macros-1.0.x" git tag.
|
# - Create "tokio-macros-1.0.x" git tag.
|
||||||
version = "1.3.0"
|
version = "1.4.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
authors = ["Tokio Contributors <[email protected]>"]
|
authors = ["Tokio Contributors <[email protected]>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
repository = "https://github.com/tokio-rs/tokio"
|
repository = "https://github.com/tokio-rs/tokio"
|
||||||
homepage = "https://tokio.rs"
|
homepage = "https://tokio.rs"
|
||||||
documentation = "https://docs.rs/tokio-macros/1.3.0/tokio_macros"
|
documentation = "https://docs.rs/tokio-macros/1.4.0/tokio_macros"
|
||||||
description = """
|
description = """
|
||||||
Tokio's proc macros.
|
Tokio's proc macros.
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user