From f53d2882bdc530aa402dbf74b9a3b0e6b1495336 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Mon, 9 Jan 2023 10:58:36 +0100 Subject: [PATCH] Bump version to 0.1.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index effea12..675bcdf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "instant-acme" -version = "0.1.1" +version = "0.1.3" edition = "2021" license = "Apache-2.0" description = "Async pure-Rust ACME client"