From 1303efa44c8c4ad574760f3a9cb83dc8a2c54d49 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Tue, 5 Dec 2023 18:24:13 +0100 Subject: [PATCH] Bump version number to 1.0.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3e9f130..256bfbe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustls-pki-types" -version = "1.0.0" +version = "1.0.1" edition = "2021" rust-version = "1.60" license = "MIT OR Apache-2.0"