diff --git a/Cargo.lock b/Cargo.lock index fe00c84..2f378f8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -832,7 +832,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "rpm-builder" -version = "0.6.0" +version = "0.7.0" dependencies = [ "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index b817cc6..8aa7a44 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rpm-builder" -version = "0.6.0" +version = "0.7.0" authors = ["Rene Richter "] edition = "2018" build= "build.rs"