From f0a2b4ef36728fd47ef0af2091ec49da1995d076 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Mon, 3 Apr 2023 10:16:46 +0200 Subject: [PATCH] Bump version to 0.2.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e13e7bd..b175fca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "instant-acme" -version = "0.2.0" +version = "0.2.1" edition = "2021" license = "Apache-2.0" description = "Async pure-Rust ACME client"