From 7e9244a7dd9a60fee4edbd55492237811bd16853 Mon Sep 17 00:00:00 2001 From: JohnTheCoolingFan Date: Mon, 8 Apr 2024 17:05:15 +0300 Subject: [PATCH] v2.0.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b14130f..d2d5bd0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mtzip" -version = "1.3.0" +version = "2.0.0" edition = "2021" description = "A library for making zip archives with multithreaded compression" license = "MIT"