From bfca23d1c7ba564747cff780763d76de8c4fbef5 Mon Sep 17 00:00:00 2001 From: Eduard Tolosa Date: Sun, 4 May 2025 02:01:54 -0500 Subject: [PATCH] (chore): bump version. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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."