diff --git a/Cargo.lock b/Cargo.lock index 0ea05aa..698a7b6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -216,7 +216,7 @@ checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167" [[package]] name = "mmdu" -version = "0.3.3" +version = "0.3.4" dependencies = [ "anyhow", "bstr", diff --git a/Cargo.toml b/Cargo.toml index bb57892..03579b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mmdu" -version = "0.3.3" +version = "0.3.4" authors = ["Christian Krause "] description = "disk usage for IBM Spectrum Scale file systems" license = "GPL-3.0-or-later"