summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandy.boot <bootandy@gmail.com>2021-08-04 17:41:20 +0100
committerandy.boot <bootandy@gmail.com>2021-08-05 08:47:47 +0100
commit07ffd049502c69f81a955dc877cd412eaf4b18a5 (patch)
treee4c0449a3a620db47cd7a4eaa9082869e1b3c143
parentdfa574375bc6cd1642eb8d519d2d9135da31ebc8 (diff)
Increment versionv0.6.2
This version includes fix for the -f flag
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index d742449..cf90261 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -157,7 +157,7 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
[[package]]
name = "du-dust"
-version = "0.6.1"
+version = "0.6.2"
dependencies = [
"ansi_term 0.12.1",
"assert_cmd",
diff --git a/Cargo.toml b/Cargo.toml
index 38b6656..deef378 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.1"
+version = "0.6.2"
authors = ["bootandy <bootandy@gmail.com>", "nebkor <code@ardent.nebcorp.com>"]
edition = "2018"