mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-28 12:10:37 +00:00
chore: prepare tokio-macros 1.3.0 (#3931)
This commit is contained in:
parent
e2589a0e40
commit
c505a2f81a
@ -1,3 +1,9 @@
|
|||||||
|
# 1.3.0 (July 7, 2021)
|
||||||
|
|
||||||
|
- macros: don't trigger `clippy::unwrap_used` ([#3926])
|
||||||
|
|
||||||
|
[#3926]: https://github.com/tokio-rs/tokio/pull/3926
|
||||||
|
|
||||||
# 1.2.0 (May 14, 2021)
|
# 1.2.0 (May 14, 2021)
|
||||||
|
|
||||||
- macros: forward input arguments in `#[tokio::test]` ([#3691])
|
- macros: forward input arguments in `#[tokio::test]` ([#3691])
|
||||||
|
@ -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.2.0"
|
version = "1.3.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.2.0/tokio_macros"
|
documentation = "https://docs.rs/tokio-macros/1.3.0/tokio_macros"
|
||||||
description = """
|
description = """
|
||||||
Tokio's proc macros.
|
Tokio's proc macros.
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user