From 07c4ddb7f5a6e22f1ada546f5dd3dac308b48a9d Mon Sep 17 00:00:00 2001 From: networkException Date: Tue, 18 Jun 2024 21:15:43 +0200 Subject: [PATCH] Cargo: Bump version to 1.2.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0338980..50f5cd1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -349,7 +349,7 @@ checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b" [[package]] name = "restic-integrity" -version = "1.2.1" +version = "1.2.2" dependencies = [ "clap", "indicatif", diff --git a/Cargo.toml b/Cargo.toml index 6a6d4e3..2828951 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "restic-integrity" -version = "1.2.1" +version = "1.2.2" edition = "2021" authors = [ "networkException" ] description = "Check the integrity of a restic repository without unlocking it"