From 485e4890e10cfbf30b9d6fd448abb8f515a7be4e Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Wed, 19 Feb 2025 14:24:15 -0500 Subject: [PATCH] Release v0.2.14 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f680437..e6a49eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "native-tls" -version = "0.2.13" +version = "0.2.14" authors = ["Steven Fackler "] license = "MIT OR Apache-2.0" description = "A wrapper over a platform's native TLS implementation"