From 2ca6fcc9ce6392ff8c035e6e7aba06d829a75e4d Mon Sep 17 00:00:00 2001 From: "andy.boot" Date: Tue, 2 Jun 2020 21:27:08 +0100 Subject: [PATCH] Increment version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 79facdc..858214a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -114,7 +114,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "du-dust" -version = "0.5.1" +version = "0.5.2" dependencies = [ "ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", "assert_cmd 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 9544b8b..e4a4b31 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "du-dust" description = "A more intuitive version of du" -version = "0.5.1" +version = "0.5.2" authors = ["bootandy ", "nebkor "] edition = "2018"