Cargo: Bump version to 1.1.0

This commit is contained in:
networkException 2022-04-22 02:51:38 +02:00
parent 19e26b2dbd
commit 2b800ba835
Signed by: networkException
GPG key ID: E3877443AE684391
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -365,7 +365,7 @@ checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
[[package]] [[package]]
name = "restic-integrity" name = "restic-integrity"
version = "1.0.0" version = "1.1.0"
dependencies = [ dependencies = [
"clap", "clap",
"indicatif", "indicatif",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "restic-integrity" name = "restic-integrity"
version = "1.0.0" version = "1.1.0"
edition = "2021" edition = "2021"
authors = [ "networkException" ] authors = [ "networkException" ]
description = "Check the integrity of a restic repository without unlocking it" description = "Check the integrity of a restic repository without unlocking it"