From e2d220a5e168f29fcb33378438e7cb5e267375e7 Mon Sep 17 00:00:00 2001 From: Daniel McCarney Date: Thu, 15 Feb 2024 10:08:33 -0500 Subject: [PATCH] Cargo: version 2.0.0 -> 2.1.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3e7c976..40bff2c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustls-pemfile" -version = "2.0.0" +version = "2.1.0" edition = "2018" license = "Apache-2.0 OR ISC OR MIT" readme = "README.md"