Cargo: Bump version to 1.4.0

This commit is contained in:
networkException 2025-01-03 17:50:37 +01:00
parent 1e88c1cca8
commit b58441b90e
Signed by: networkException
GPG key ID: E3877443AE684391
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -405,7 +405,7 @@ dependencies = [
[[package]]
name = "restic-integrity"
version = "1.3.1"
version = "1.4.0"
dependencies = [
"chrono",
"clap",

View file

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