From a5ff6ff26eb4a87949ae393f7a7f7c8f23f9fddc Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Fri, 2 Jun 2023 10:23:19 +0200 Subject: [PATCH] Bump version to 0.3.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e095acd..7e00118 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "instant-acme" -version = "0.3.1" +version = "0.3.2" edition = "2021" license = "Apache-2.0" description = "Async pure-Rust ACME client"