summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandy.boot <bootandy@gmail.com>2023-05-05 20:32:22 +0100
committerandy.boot <bootandy@gmail.com>2023-05-05 20:36:49 +0100
commitb8aab2df979004d13c84006e378297af10e20777 (patch)
tree40f80309774aaa5c522b99dc547c99ecd87111e9
parent38444f2d36430da356397ebd7ba3f1ee89758155 (diff)
Increment versionv0.8.6
Request for security fix https://github.com/bootandy/dust/issues/324
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--man-page/dust.14
3 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 12a7c8f..889cf50 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 a00e8bf..b96ecf7 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 <bootandy@gmail.com>", "nebkor <code@ardent.nebcorp.com>"]
edition = "2021"
readme = "README.md"
diff --git a/man-page/dust.1 b/man-page/dust.1
index e05bfb1..14d7480 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