From 17e7390e25e9a036f76ef93a945963c0aef3e6f6 Mon Sep 17 00:00:00 2001 From: "andy.boot" Date: Sun, 19 Sep 2021 11:14:54 +0100 Subject: [PATCH] Increment version new flags added -e -v -t --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d9e2c9a..5e72a3c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -157,7 +157,7 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" [[package]] name = "du-dust" -version = "0.6.2" +version = "0.7.0" dependencies = [ "ansi_term 0.12.1", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 39040a0..9d7b59a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "du-dust" description = "A more intuitive version of du" -version = "0.6.2" +version = "0.7.0" authors = ["bootandy ", "nebkor "] edition = "2018" readme = "README.md"