From e393678d234194542f72ee7c287487e80f45e05c Mon Sep 17 00:00:00 2001 From: Eduard Tolosa Date: Tue, 12 May 2020 10:19:19 -0500 Subject: [PATCH] Bump version. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"