From 3fefb5bc791f1b6e7135ee47868405abd9c49e71 Mon Sep 17 00:00:00 2001 From: Steffen Butzer Date: Sun, 6 Oct 2024 19:48:44 +0200 Subject: [PATCH] Release v0.1.25 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a132cbc..e9893bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "schannel" license = "MIT" -version = "0.1.24" +version = "0.1.25" 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/"