From 2496ac80f3b0e5a10091abaf5478ec06ef4e7e0c Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Sun, 27 Mar 2022 12:47:34 -0400 Subject: [PATCH] Release v0.2.9 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 105ad6c7..1f7c5ef2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "native-tls" -version = "0.2.8" +version = "0.2.9" authors = ["Steven Fackler "] license = "MIT/Apache-2.0" description = "A wrapper over a platform's native TLS implementation"