From 2197bdd7900246fb044a2961c2f37f347b300ef4 Mon Sep 17 00:00:00 2001 From: Amos Wenger Date: Fri, 31 Mar 2023 19:04:18 +0200 Subject: [PATCH] Bump Cargo.toml to 2.0.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 19d4b90..d132927 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ members = [ "crates/*" ] [workspace.package] -version = "2.0.0" +version = "2.0.1" description = "zip reading and writing" repository = "https://github.com/fasterthanlime/rc-zip" license = "Apache-2.0 OR MIT"