From b8aab2df979004d13c84006e378297af10e20777 Mon Sep 17 00:00:00 2001 From: "andy.boot" Date: Fri, 5 May 2023 20:32:22 +0100 Subject: [PATCH] Increment version Request for security fix https://github.com/bootandy/dust/issues/324 --- Cargo.lock | 2 +- Cargo.toml | 2 +- man-page/dust.1 | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 12a7c8f5..889cf509 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -225,7 +225,7 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" [[package]] name = "du-dust" -version = "0.8.5" +version = "0.8.6" dependencies = [ "ansi_term", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index a00e8bf3..b96ecf74 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.5" +version = "0.8.6" authors = ["bootandy ", "nebkor "] edition = "2021" readme = "README.md" diff --git a/man-page/dust.1 b/man-page/dust.1 index e05bfb15..14d74801 100644 --- a/man-page/dust.1 +++ b/man-page/dust.1 @@ -1,6 +1,6 @@ .ie \n(.g .ds Aq \(aq .el .ds Aq ' -.TH Dust 1 "Dust 0.8.5" +.TH Dust 1 "Dust 0.8.6" .SH NAME Dust \- Like du but more intuitive .SH SYNOPSIS @@ -87,4 +87,4 @@ Only files will be displayed. (Finds your largest files) [\fIinputs\fR] .SH VERSION -v0.8.5 +v0.8.6