From 68c024a878e0a4f7e2bf9a7177e5d29f471360dd Mon Sep 17 00:00:00 2001 From: Mihai Galos Date: Fri, 7 Jul 2023 22:25:49 +0200 Subject: [PATCH] chore(deps): Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 87382e7..571c51d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dusage" -version = "0.3.5" +version = "0.3.6" edition = "2021" authors = ["Mihai Galos "] description = "💾 A command line disk usage information tool: disk usage (foreground), inodes (background)."