summaryrefslogtreecommitdiffstats
path: root/tokio-macros/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tokio-macros/Cargo.toml')
-rw-r--r--tokio-macros/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/tokio-macros/Cargo.toml b/tokio-macros/Cargo.toml
index 7e8d9513..822da415 100644
--- a/tokio-macros/Cargo.toml
+++ b/tokio-macros/Cargo.toml
@@ -7,13 +7,13 @@ name = "tokio-macros"
# - Cargo.toml
# - Update CHANGELOG.md.
# - Create "v0.1.x" git tag.
-version = "0.2.0-alpha.6"
+version = "0.2.0"
edition = "2018"
authors = ["Tokio Contributors <team@tokio.rs>"]
license = "MIT"
repository = "https://github.com/tokio-rs/tokio"
homepage = "https://tokio.rs"
-documentation = "https://docs.rs/tokio-macros/0.2.0-alpha.6/tokio_macros"
+documentation = "https://docs.rs/tokio-macros/0.2.0/tokio_macros"
description = """
Tokio's proc macros.
"""
@@ -29,7 +29,7 @@ quote = "1"
syn = { version = "1.0.3", features = ["full"] }
[dev-dependencies]
-tokio = { version = "=0.2.0-alpha.6", path = "../tokio", features = ["full"] }
+tokio = { version = "0.2.0", path = "../tokio", features = ["full"] }
[package.metadata.docs.rs]
all-features = true