From 2b800ba8351299bfc4d966f9ae6b73d09f291b88 Mon Sep 17 00:00:00 2001 From: networkException Date: Fri, 22 Apr 2022 02:51:38 +0200 Subject: [PATCH] Cargo: Bump version to 1.1.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a4de783..0a5a270 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -365,7 +365,7 @@ checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b" [[package]] name = "restic-integrity" -version = "1.0.0" +version = "1.1.0" dependencies = [ "clap", "indicatif", diff --git a/Cargo.toml b/Cargo.toml index bc1624e..3be7af6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "restic-integrity" -version = "1.0.0" +version = "1.1.0" edition = "2021" authors = [ "networkException" ] description = "Check the integrity of a restic repository without unlocking it"