chore: prepare 0.2.0-alpha.2 release (#1465)

This commit is contained in:
Carl Lerche
2019-08-17 23:34:25 -07:00
committed by GitHub
parent 9f0daad5ac
commit 88b4ec84d7
35 changed files with 260 additions and 120 deletions
+3 -3
View File
@@ -7,13 +7,13 @@ name = "tokio-macros"
# - Cargo.toml
# - Update CHANGELOG.md.
# - Create "v0.1.x" git tag.
version = "0.2.0-alpha.1"
version = "0.2.0-alpha.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.0-alpha.1/tokio_macros"
documentation = "https://docs.rs/tokio-macros/0.2.0-alpha.2/tokio_macros"
description = """
Tokio's proc macros.
"""
@@ -29,4 +29,4 @@ quote = "1"
syn = { version = "1", features = ["full"] }
[dev-dependencies]
tokio = { version = "=0.2.0-alpha.1", path = "../tokio", default-features = false, features = ["rt-full"] }
tokio = { version = "0.2.0-alpha.1", path = "../tokio", default-features = false, features = ["rt-full"] }
+1 -1
View File
@@ -1,4 +1,4 @@
#![doc(html_root_url = "https://docs.rs/tokio-macros/0.2.0-alpha.1")]
#![doc(html_root_url = "https://docs.rs/tokio-macros/0.2.0-alpha.2")]
#![warn(
missing_debug_implementations,
missing_docs,