From f85882fbc7c0f5e5aafbe3f8637ec333be7ecd68 Mon Sep 17 00:00:00 2001 From: Nikhil Benesch Date: Wed, 23 Dec 2020 19:22:29 -0500 Subject: [PATCH] tokio-rustls: prepare v0.22.0 (#48) --- tokio-rustls/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tokio-rustls/Cargo.toml b/tokio-rustls/Cargo.toml index 814d32eb6..27e2d0428 100644 --- a/tokio-rustls/Cargo.toml +++ b/tokio-rustls/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tokio-rustls" -version = "0.21.1" +version = "0.22.0" authors = ["quininer kel "] license = "MIT/Apache-2.0" repository = "https://github.com/tokio-rs/tls"