From cbe812e87a72e2af6ec643a1736b6a5f63b7e4a7 Mon Sep 17 00:00:00 2001 From: Marco Grassi Date: Wed, 11 Sep 2024 21:18:55 +0800 Subject: [PATCH] chore: Release partialzip version 5.0.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cb5b554..3ddebc4 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 = "4.0.0" +version = "5.0.0" [features] cmdline = ["dep:anyhow", "dep:clap", "dep:env_logger"]