From 5ea7060a4568b01ce3534dc58b7cf1436cbef0c6 Mon Sep 17 00:00:00 2001 From: quininer Date: Wed, 9 Dec 2020 11:07:34 +0800 Subject: [PATCH] release 0.21.1 (#43) * writev support --- 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 0cfb0f5..19fe079 100644 --- a/tokio-rustls/Cargo.toml +++ b/tokio-rustls/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tokio-rustls" -version = "0.21.0" +version = "0.21.1" authors = ["quininer kel "] license = "MIT/Apache-2.0" repository = "https://github.com/tokio-rs/tls"