From 7c5a1e9e6ef5fc7b1a0c04baa7ab09f8855a1732 Mon Sep 17 00:00:00 2001 From: networkException Date: Mon, 15 Aug 2022 12:55:35 +0200 Subject: [PATCH] Cargo: Bump version to 1.2.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0a5a270..2df9572 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -365,7 +365,7 @@ checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b" [[package]] name = "restic-integrity" -version = "1.1.0" +version = "1.2.0" dependencies = [ "clap", "indicatif", diff --git a/Cargo.toml b/Cargo.toml index 3be7af6..59586dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "restic-integrity" -version = "1.1.0" +version = "1.2.0" edition = "2021" authors = [ "networkException" ] description = "Check the integrity of a restic repository without unlocking it"