From 53ac4700b3b44a1aa8eae9575b4f923b03477c5a Mon Sep 17 00:00:00 2001 From: est31 Date: Sun, 1 Oct 2023 00:23:41 +0200 Subject: [PATCH] Release 0.11.3 --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7057f1d0..697c35f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changes -## Release 0.11.3 - Pending +## Release 0.11.3 - October 1, 2023 - Fix for import errors building without the optional `pem` feature. diff --git a/Cargo.lock b/Cargo.lock index 1c320f4d..ae5da432 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -504,7 +504,7 @@ dependencies = [ [[package]] name = "rcgen" -version = "0.11.2" +version = "0.11.3" dependencies = [ "botan", "openssl", diff --git a/Cargo.toml b/Cargo.toml index 04877fd4..7d2119a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rcgen" -version = "0.11.2" +version = "0.11.3" description = "Rust X.509 certificate generator" repository = "https://github.com/est31/rcgen" documentation = "https://docs.rs/rcgen"