From 7b96470260dc7c14dc3dcc0add5e73065c008e74 Mon Sep 17 00:00:00 2001 From: networkException Date: Tue, 30 Jul 2024 19:12:37 +0200 Subject: [PATCH] Cargo: Bump version to 1.3.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index caecbc0..47a2d79 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -443,7 +443,7 @@ checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b" [[package]] name = "restic-integrity" -version = "1.2.2" +version = "1.3.0" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index ccdfbe5..d82fe68 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "restic-integrity" -version = "1.2.2" +version = "1.3.0" edition = "2021" authors = [ "networkException" ] description = "Check the integrity of a restic repository without unlocking it"