Cargo: Bump version to 1.3.1

This commit is contained in:
networkException 2024-08-02 17:19:06 +02:00
parent 1dbc9a159d
commit 91a3d33fb2
Signed by: networkException
GPG key ID: E3877443AE684391
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -443,7 +443,7 @@ checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
[[package]]
name = "restic-integrity"
version = "1.3.0"
version = "1.3.1"
dependencies = [
"chrono",
"clap",

View file

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