diff --git a/Cargo.lock b/Cargo.lock index 536e63b..57eeb0e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -45,7 +45,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "blackarch-devtools" -version = "0.4.0" +version = "0.5.0" dependencies = [ "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index cef0d87..28d2354 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blackarch-devtools" -version = "0.4.0" +version = "0.5.0" authors = ["Eduard Toloza "] edition = "2018"