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