Bump version.

This commit is contained in:
Eduard Tolosa 2024-02-05 03:31:00 -05:00
parent 142370e703
commit 98b9313cce
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -450,7 +450,7 @@ dependencies = [
[[package]] [[package]]
name = "rusnapshot" name = "rusnapshot"
version = "0.2.0" version = "0.3.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"chrono", "chrono",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "rusnapshot" name = "rusnapshot"
version = "0.2.0" version = "0.3.0"
authors = ["edu4rdshl"] authors = ["edu4rdshl"]
edition = "2018" edition = "2018"
description = "Simple and handy btrfs snapshoting tool." description = "Simple and handy btrfs snapshoting tool."