From 11b5c7227f06ab06eca87adc3949574afee0b325 Mon Sep 17 00:00:00 2001 From: "andy.boot" Date: Thu, 14 Jul 2022 08:07:48 +0100 Subject: [PATCH] New Version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9118426..e9baa33 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -148,7 +148,7 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" [[package]] name = "du-dust" -version = "0.8.0" +version = "0.8.1" dependencies = [ "ansi_term", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index cbb16d8..4a51e53 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "du-dust" description = "A more intuitive version of du" -version = "0.8.0" +version = "0.8.1" authors = ["bootandy ", "nebkor "] edition = "2018" readme = "README.md"