diff --git a/Cargo.lock b/Cargo.lock index 7ee8e50..e9514e4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -439,7 +439,7 @@ dependencies = [ [[package]] name = "rusnapshot" -version = "0.5.0" +version = "0.5.1" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index eedccd1..e745135 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rusnapshot" -version = "0.5.0" +version = "0.5.1" authors = ["edu4rdshl"] edition = "2024" description = "Simple and handy btrfs snapshoting tool."