From 4f59ebf87d4286af2448fd2f5ecc1eba4208a49e Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Wed, 29 Mar 2017 21:22:45 -1000 Subject: [PATCH] Update version in preparation for publishing a new version. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 06a7126..ace27ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tokio-rustls" -version = "0.1.5" +version = "0.1.6" authors = ["quininer kel "] license = "MIT/Apache-2.0" repository = "https://github.com/quininer/tokio-rustls"