Cargo: Bump version to 1.2.1
This commit is contained in:
parent
9ab827fd3d
commit
c405899e3b
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -364,7 +364,7 @@ checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "restic-integrity"
|
name = "restic-integrity"
|
||||||
version = "1.2.0"
|
version = "1.2.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap",
|
"clap",
|
||||||
"indicatif",
|
"indicatif",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "restic-integrity"
|
name = "restic-integrity"
|
||||||
version = "1.2.0"
|
version = "1.2.1"
|
||||||
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"
|
||||||
|
|
Loading…
Reference in a new issue