From 7b1839daca81b0955a36e4b7e39b70ee73f8275d Mon Sep 17 00:00:00 2001 From: Daniel McCarney Date: Fri, 14 Jul 2023 09:56:26 -0400 Subject: [PATCH] cargo: bump version 0.10.0 -> 0.11.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2289b480..960e281e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustls-ffi" -version = "0.10.0" +version = "0.11.0" authors = ["Jacob Hoffman-Andrews "] license = "Apache-2.0/ISC/MIT" readme = "README-crates.io.md"