From 8519354ad6681e5ef53da7d37edde4706ccfc76f Mon Sep 17 00:00:00 2001 From: quininer Date: Sat, 30 Oct 2021 19:45:10 +0800 Subject: [PATCH] release tokoi-rustls 0.23.1 (#83) --- 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 044d3a7..b7714a1 100644 --- a/tokio-rustls/Cargo.toml +++ b/tokio-rustls/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tokio-rustls" -version = "0.23.0" +version = "0.23.1" authors = ["quininer kel "] license = "MIT/Apache-2.0" repository = "https://github.com/tokio-rs/tls"