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.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tokio-io/Cargo.toml b/tokio-io/Cargo.toml
index edaa6056..3ab84fb3 100644
--- a/tokio-io/Cargo.toml
+++ b/tokio-io/Cargo.toml
@@ -8,12 +8,12 @@ name = "tokio-io"
# - Cargo.toml
# - Readme.md
# - Create "v0.1.x" git tag.
-version = "0.1.11"
+version = "0.1.12"
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.11/tokio_io"
+documentation = "https://docs.rs/tokio-io/0.1.12/tokio_io"
description = """
Core I/O primitives for asynchronous I/O in Rust.
"""