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.toml6
1 files changed, 4 insertions, 2 deletions
diff --git a/tokio-fs/Cargo.toml b/tokio-fs/Cargo.toml
index 07d1c7d8..0e7eaa67 100644
--- a/tokio-fs/Cargo.toml
+++ b/tokio-fs/Cargo.toml
@@ -5,14 +5,16 @@ name = "tokio-fs"
# - Update html_root_url.
# - Update CHANGELOG.md.
# - Update doc URL.
+# - Cargo.toml
+# - README.md
# - Create "v0.1.x" git tag.
-version = "0.1.4"
+version = "0.1.5"
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.4/tokio_fs"
+documentation = "https://docs.rs/tokio-fs/0.1.5/tokio_fs"
description = """
Filesystem API for Tokio.
"""