From aa27f4aacde5a1eae26ce12b62248f8cd0d0c029 Mon Sep 17 00:00:00 2001 From: phra Date: Fri, 21 Jun 2019 23:37:37 +0200 Subject: [PATCH] release: bump 2.1.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4df382f..12dff8a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -938,7 +938,7 @@ dependencies = [ [[package]] name = "rustbuster" -version = "2.0.2" +version = "2.1.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 cb6424e..bc2fa1c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustbuster" -version = "2.0.2" +version = "2.1.0" authors = ["phra ", "ps1dr3x "] edition = "2018"