From 0effaa7fd7e90f32512be0680ee3e9165cbd7aa8 Mon Sep 17 00:00:00 2001 From: "andy.boot" Date: Tue, 8 Oct 2019 21:05:37 +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 7bcac88..b3da485 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -141,7 +141,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "du-dust" -version = "0.3.2" +version = "0.4.0" dependencies = [ "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "assert_cli 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index aa1051d..f76d81c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "du-dust" description = "A more intuitive version of du" -version = "0.3.2" +version = "0.4.0" authors = ["bootandy ", "nebkor "] documentation = "https://github.com/bootandy/dust"