summaryrefslogtreecommitdiffstats
path: root/tokio-buf/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tokio-buf/Cargo.toml')
-rw-r--r--tokio-buf/Cargo.toml6
1 files changed, 4 insertions, 2 deletions
diff --git a/tokio-buf/Cargo.toml b/tokio-buf/Cargo.toml
index 2fbe81d2..f9f069ab 100644
--- a/tokio-buf/Cargo.toml
+++ b/tokio-buf/Cargo.toml
@@ -7,8 +7,9 @@ name = "tokio-buf"
# - Cargo.toml
# - README.md
# - Update CHANGELOG.md.
-# - Create "v0.1.x" git tag.
-version = "0.1.1"
+# - Create "v0.2.x" git tag.
+version = "0.2.0"
+edition = "2018"
authors = ["Carl Lerche <me@carllerche.com>"]
license = "MIT"
repository = "https://github.com/tokio-rs/tokio"
@@ -18,6 +19,7 @@ description = """
Asynchronous stream of byte buffers
"""
categories = ["asynchronous"]
+publish = false
[dependencies]
bytes = "0.4.10"