From b99aab850c3e1d1666b7c6f8f4fa1b64e0276bb2 Mon Sep 17 00:00:00 2001 From: Igor Katson Date: Tue, 27 Aug 2024 17:25:56 +0100 Subject: [PATCH] Preparing for v7.0.0 release --- crates/sha1w/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/sha1w/Cargo.toml b/crates/sha1w/Cargo.toml index dbf5329..486c3b9 100644 --- a/crates/sha1w/Cargo.toml +++ b/crates/sha1w/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "librqbit-sha1-wrapper" -version = "3.0.0" +version = "4.0.0" edition = "2018" description = "Common interface around various sha1 implementations used in rqbit torrent client." license = "Apache-2.0"