From a36eec6cae7f8236389153d440d0e4b4604a8a94 Mon Sep 17 00:00:00 2001 From: "andy.boot" Date: Mon, 30 Dec 2019 21:40:30 +0000 Subject: [PATCH] Increment version number --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 25aaa8e..1c6ae70 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -179,7 +179,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "du-dust" -version = "0.4.2" +version = "0.4.3" dependencies = [ "ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", "assert_cli 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index e629c7d..2b05f2e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "du-dust" description = "A more intuitive version of du" -version = "0.4.2" +version = "0.4.3" authors = ["bootandy ", "nebkor "] edition = "2018"