summaryrefslogtreecommitdiffstats
path: root/tokio-fs/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tokio-fs/Cargo.toml')
-rw-r--r--tokio-fs/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tokio-fs/Cargo.toml b/tokio-fs/Cargo.toml
index 0e7eaa67..844568cf 100644
--- a/tokio-fs/Cargo.toml
+++ b/tokio-fs/Cargo.toml
@@ -8,13 +8,13 @@ name = "tokio-fs"
# - Cargo.toml
# - README.md
# - Create "v0.1.x" git tag.
-version = "0.1.5"
+version = "0.1.6"
authors = ["Carl Lerche <me@carllerche.com>"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/tokio-rs/tokio"
homepage = "https://tokio.rs"
-documentation = "https://docs.rs/tokio-fs/0.1.5/tokio_fs"
+documentation = "https://docs.rs/tokio-fs/0.1.6/tokio_fs"
description = """
Filesystem API for Tokio.
"""