mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-10-01 12:20:39 +00:00
chore: prepare tokio-macros v1.5.0 (#4167)
This commit is contained in:
parent
eb2106f87e
commit
bb6a292d0a
@ -1,3 +1,9 @@
|
|||||||
|
# 1.5.0 (October 13th, 2021)
|
||||||
|
|
||||||
|
- macros: make tokio-macros attributes more IDE friendly ([#4162])
|
||||||
|
|
||||||
|
[#4162]: https://github.com/tokio-rs/tokio/pull/4162
|
||||||
|
|
||||||
# 1.4.1 (September 30th, 2021)
|
# 1.4.1 (September 30th, 2021)
|
||||||
|
|
||||||
Reverted: run `current_thread` inside `LocalSet` ([#4027])
|
Reverted: run `current_thread` inside `LocalSet` ([#4027])
|
||||||
|
@ -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.4.1"
|
version = "1.5.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
authors = ["Tokio Contributors <team@tokio.rs>"]
|
authors = ["Tokio Contributors <team@tokio.rs>"]
|
||||||
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.4.1/tokio_macros"
|
documentation = "https://docs.rs/tokio-macros/1.5.0/tokio_macros"
|
||||||
description = """
|
description = """
|
||||||
Tokio's proc macros.
|
Tokio's proc macros.
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user