From 5b566cadc37b40024cd4f4999cddd887a1ec6a89 Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Wed, 29 Mar 2017 21:22:06 -1000 Subject: [PATCH 1/3] =?UTF-8?q?Add=20the=20crate=20to=20the=20=E2=80=9Ccry?= =?UTF-8?q?ptography=E2=80=9D=20category=20on=20crates.io.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0ea33f4..0fd9c9f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ repository = "https://github.com/quininer/tokio-rustls" homepage = "https://github.com/quininer/tokio-rustls" documentation = "https://docs.rs/tokio-rustls" description = "Asynchronous TLS/SSL streams for Tokio using Rustls." -categories = ["asynchronous", "network-programming"] +categories = ["asynchronous", "cryptography", "network-programming"] [dependencies] futures = "0.1" From 67c7d8909b1d20925e3c4f33e20c4923d0689722 Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Thu, 30 Mar 2017 10:17:03 -1000 Subject: [PATCH 2/3] Add readme to Cargo.toml. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 0fd9c9f..06a7126 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ license = "MIT/Apache-2.0" repository = "https://github.com/quininer/tokio-rustls" homepage = "https://github.com/quininer/tokio-rustls" documentation = "https://docs.rs/tokio-rustls" +readme = "README.md" description = "Asynchronous TLS/SSL streams for Tokio using Rustls." categories = ["asynchronous", "cryptography", "network-programming"] From 4f59ebf87d4286af2448fd2f5ecc1eba4208a49e Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Wed, 29 Mar 2017 21:22:45 -1000 Subject: [PATCH 3/3] 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"