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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 3 deletions

View File

@ -18,7 +18,6 @@ description = """
Tokio's proc macros.
"""
categories = ["asynchronous"]
publish = false
[lib]
proc-macro = true

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"] }

View File

@ -18,7 +18,6 @@ description = """
Additional utilities for working with Tokio.
"""
categories = ["asynchronous"]
publish = false
[features]
# No features on by default