From 84eb3ec68ec94ce04da0792774449a7c9db71bf6 Mon Sep 17 00:00:00 2001 From: khai96_ Date: Tue, 9 Aug 2022 22:48:31 +0700 Subject: [PATCH] 0.8.1-rc.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 11df83c4..5f75f28b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -466,7 +466,7 @@ dependencies = [ [[package]] name = "parallel-disk-usage" -version = "0.8.0" +version = "0.8.1-rc.0" dependencies = [ "assert-cmp", "build-fs-tree", diff --git a/Cargo.toml b/Cargo.toml index a37f96c4..e39243d7 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.0" +version = "0.8.1-rc.0" authors = ["khai96_ "] edition = "2021" readme = "README.md"