Cargo: Bump version to 1.2.0
This commit is contained in:
parent
f4274e3dfa
commit
7c5a1e9e6e
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -365,7 +365,7 @@ checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
|
|||
|
||||
[[package]]
|
||||
name = "restic-integrity"
|
||||
version = "1.1.0"
|
||||
version = "1.2.0"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"indicatif",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue