From 5385c1db8264cbc76f420d3351d013232f309fde Mon Sep 17 00:00:00 2001 From: phra Date: Sat, 13 Jul 2019 20:26:47 +0200 Subject: [PATCH] release: bump 3.0.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 849cfd4..fc2be68 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -938,7 +938,7 @@ dependencies = [ [[package]] name = "rustbuster" -version = "3.0.1" +version = "3.0.2" 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 237487f..6b87ba7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustbuster" -version = "3.0.1" +version = "3.0.2" authors = ["phra ", "ps1dr3x "] edition = "2018"