From c405899e3be15c8c9111257dc1a1d8695ebcd0df Mon Sep 17 00:00:00 2001 From: networkException Date: Mon, 15 Aug 2022 13:09:02 +0200 Subject: [PATCH] Cargo: Bump version to 1.2.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cbf7296..f0bf2cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -364,7 +364,7 @@ checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244" [[package]] name = "restic-integrity" -version = "1.2.0" +version = "1.2.1" dependencies = [ "clap", "indicatif", diff --git a/Cargo.toml b/Cargo.toml index 3b6499f..6a6d4e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "restic-integrity" -version = "1.2.0" +version = "1.2.1" edition = "2021" authors = [ "networkException" ] description = "Check the integrity of a restic repository without unlocking it"