From 53081eeb1f96099537716c003185b99cf43abb2d Mon Sep 17 00:00:00 2001 From: JohnTheCoolingFan Date: Sat, 4 May 2024 14:28:42 +0300 Subject: [PATCH] Version 3.0.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a11a834..713bb8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mtzip" -version = "2.0.1" +version = "3.0.0" edition = "2021" description = "A library for making zip archives with multithreaded compression" license = "MIT"