From 987ccfc8aca443c1a22fae151a18a6daa414dc5e Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Wed, 13 Mar 2019 11:19:22 -0700 Subject: Bump Tokio to v0.1.17 (#983) Also bumps: - tokio-sync (v0.1.4) --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 9ac5ecb2..87132b2e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,11 +7,11 @@ name = "tokio" # - README.md # - Update CHANGELOG.md. # - Create "v0.1.x" git tag. -version = "0.1.16" +version = "0.1.17" authors = ["Carl Lerche "] license = "MIT" readme = "README.md" -documentation = "https://docs.rs/tokio/0.1.16/tokio/" +documentation = "https://docs.rs/tokio/0.1.17/tokio/" repository = "https://github.com/tokio-rs/tokio" homepage = "https://tokio.rs" description = """ -- cgit v1.2.3