From 08aa4f8627376daa161c64cc66ef40603f0809fa Mon Sep 17 00:00:00 2001 From: Steffen Butzer Date: Mon, 3 Jul 2023 13:37:13 +0200 Subject: [PATCH] Release v0.1.22 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9d6fdc1..9f3f5e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "schannel" license = "MIT" -version = "0.1.21" +version = "0.1.22" description = "Schannel bindings for rust, allowing SSL/TLS (e.g. https) without openssl" authors = [ "Steven Fackler ", "Steffen Butzer " ] documentation = "https://docs.rs/schannel/0.1.19/schannel/"