From b58441b90e9643eb9ff9c437099e86a931fbe5c9 Mon Sep 17 00:00:00 2001 From: networkException Date: Fri, 3 Jan 2025 17:50:37 +0100 Subject: [PATCH] Cargo: Bump version to 1.4.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e87002e..e6a3307 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -405,7 +405,7 @@ dependencies = [ [[package]] name = "restic-integrity" -version = "1.3.1" +version = "1.4.0" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index 07cb8d0..e4a5bc6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "restic-integrity" -version = "1.3.1" +version = "1.4.0" edition = "2021" authors = [ "networkException" ] description = "Check the integrity of a restic repository without unlocking it"