From 91a3d33fb250a1366c872a2e79bc3c91c3d119bf Mon Sep 17 00:00:00 2001 From: networkException Date: Fri, 2 Aug 2024 17:19:06 +0200 Subject: [PATCH] Cargo: Bump version to 1.3.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 47a2d79..4f148a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -443,7 +443,7 @@ checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b" [[package]] name = "restic-integrity" -version = "1.3.0" +version = "1.3.1" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index bc6dfc1..6e34124 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "restic-integrity" -version = "1.3.0" +version = "1.3.1" edition = "2021" authors = [ "networkException" ] description = "Check the integrity of a restic repository without unlocking it"