Skip to content

Commit

Permalink
chore: prepare tokio-macros v0.2.2 release (#2068)
Browse files Browse the repository at this point in the history
  • Loading branch information
vorot93 authored and LucioFranco committed Jan 7, 2020
1 parent 8bf4696 commit ffd4025
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions tokio-macros/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 0.2.2 (January 7, 2019)
- General refactoring and inclusion of additional runtime options (#2022 and #2038)

# 0.2.1 (December 18, 2019)

### Fixes
Expand Down
4 changes: 2 additions & 2 deletions tokio-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ name = "tokio-macros"
# - Cargo.toml
# - Update CHANGELOG.md.
# - Create "v0.1.x" git tag.
version = "0.2.1"
version = "0.2.2"
edition = "2018"
authors = ["Tokio Contributors <[email protected]>"]
license = "MIT"
repository = "https://github.com/tokio-rs/tokio"
homepage = "https://tokio.rs"
documentation = "https://docs.rs/tokio-macros/0.2.1/tokio_macros"
documentation = "https://docs.rs/tokio-macros/0.2.2/tokio_macros"
description = """
Tokio's proc macros.
"""
Expand Down
2 changes: 1 addition & 1 deletion tokio-macros/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![doc(html_root_url = "https://docs.rs/tokio-macros/0.2.1")]
#![doc(html_root_url = "https://docs.rs/tokio-macros/0.2.2")]
#![allow(clippy::needless_doctest_main)]
#![warn(
missing_debug_implementations,
Expand Down
2 changes: 1 addition & 1 deletion tokio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ uds = ["io-driver", "mio-uds", "libc"]


[dependencies]
tokio-macros = { version = "0.2.0", path = "../tokio-macros", optional = true }
tokio-macros = { version = "0.2.2", path = "../tokio-macros", optional = true }

bytes = "0.5.0"
pin-project-lite = "0.1.1"
Expand Down

0 comments on commit ffd4025

Please sign in to comment.