chore: post release Cargo.toml fixes (#2963)

This commit is contained in:
Carl Lerche
2020-10-15 11:46:10 -07:00
committed by GitHub
parent 12f1dffa2d
commit dc9742fbea
3 changed files with 0 additions and 3 deletions
-1
View File
@@ -18,7 +18,6 @@ description = """
Tokio's proc macros.
"""
categories = ["asynchronous"]
publish = false
[lib]
proc-macro = true
-1
View File
@@ -18,7 +18,6 @@ description = """
Testing utilities for Tokio- and futures-based code
"""
categories = ["asynchronous", "testing"]
publish = false
[dependencies]
tokio = { version = "0.3.0", path = "../tokio", features = ["rt", "stream", "sync", "time", "test-util"] }
-1
View File
@@ -18,7 +18,6 @@ description = """
Additional utilities for working with Tokio.
"""
categories = ["asynchronous"]
publish = false
[features]
# No features on by default