From 9ce5a4489e32e8401493d0eff40806b33ae6e78d Mon Sep 17 00:00:00 2001 From: JohnTheCoolingFan Date: Wed, 27 Nov 2024 05:32:08 +0300 Subject: [PATCH] v4.0.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3b46998..eb29106 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mtzip" -version = "3.0.2" +version = "4.0.0" edition = "2021" description = "A library for making zip archives with multithreaded compression" license = "MIT"