From e39d71fd579599fecafaa44a4958fcb074050090 Mon Sep 17 00:00:00 2001 From: khai96_ Date: Sat, 25 Feb 2023 22:43:22 +0700 Subject: [PATCH] 0.8.5 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 14492cb2..00350e5f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -448,7 +448,7 @@ dependencies = [ [[package]] name = "parallel-disk-usage" -version = "0.8.4" +version = "0.8.5" dependencies = [ "assert-cmp", "build-fs-tree", diff --git a/Cargo.toml b/Cargo.toml index 82d567ef..5b28902d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "parallel-disk-usage" description = "Highly parallelized, blazing fast directory tree analyzer" -version = "0.8.4" +version = "0.8.5" authors = ["khai96_ "] edition = "2021" readme = "README.md"