From 688e79b4ca49088defc61e80b0393fdbb4e7ae6b Mon Sep 17 00:00:00 2001 From: Marco Grassi Date: Sat, 24 Aug 2024 22:10:02 +0800 Subject: [PATCH] chore: Release partialzip version 4.0.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 474a360..70466d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ name = "partialzip" readme = "README.md" repository = "https://github.com/marcograss/partialzip" rust-version = "1.77.2" -version = "3.5.1" +version = "4.0.0" [features] cmdline = ["dep:anyhow", "dep:clap", "dep:env_logger"]