diff --git a/Cargo.lock b/Cargo.lock index a2ab44c..7ee8e50 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -439,7 +439,7 @@ dependencies = [ [[package]] name = "rusnapshot" -version = "0.4.1" +version = "0.5.0" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 8277743..6d1c8a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,8 @@ [package] name = "rusnapshot" -version = "0.4.1" +version = "0.5.0" authors = ["edu4rdshl"] +edition = "2018" description = "Simple and handy btrfs snapshoting tool." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html