summaryrefslogtreecommitdiffstats
path: root/tokio-io/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tokio-io/Cargo.toml')
-rw-r--r--tokio-io/Cargo.toml6
1 files changed, 4 insertions, 2 deletions
diff --git a/tokio-io/Cargo.toml b/tokio-io/Cargo.toml
index 5bb51d84..edaa6056 100644
--- a/tokio-io/Cargo.toml
+++ b/tokio-io/Cargo.toml
@@ -5,13 +5,15 @@ name = "tokio-io"
# - Update html_root_url.
# - Update CHANGELOG.md.
# - Update doc URL.
+# - Cargo.toml
+# - Readme.md
# - Create "v0.1.x" git tag.
-version = "0.1.10"
+version = "0.1.11"
authors = ["Carl Lerche <me@carllerche.com>"]
license = "MIT"
repository = "https://github.com/tokio-rs/tokio"
homepage = "https://tokio.rs"
-documentation = "https://docs.rs/tokio-io/0.1.10/tokio_io"
+documentation = "https://docs.rs/tokio-io/0.1.11/tokio_io"
description = """
Core I/O primitives for asynchronous I/O in Rust.
"""