From 5a9147be777d22455a7e9d952d30b8211b14d159 Mon Sep 17 00:00:00 2001 From: khai96_ Date: Sun, 6 Jun 2021 10:23:28 +0700 Subject: [PATCH] 0.5.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7592d97..13f6948 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -358,7 +358,7 @@ dependencies = [ [[package]] name = "parallel-disk-usage" -version = "0.5.0" +version = "0.5.1" dependencies = [ "assert-cmp", "build-fs-tree", diff --git a/Cargo.toml b/Cargo.toml index ba98c34..792e510 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.5.0" +version = "0.5.1" authors = ["khai96_ "] edition = "2018" readme = "README.md"