From 605c6c56c43062009fc312de801e350137451e3f Mon Sep 17 00:00:00 2001 From: sigoden Date: Wed, 1 Jun 2022 23:12:52 +0800 Subject: [PATCH] chore: upgrade version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b827876..4a02d0f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -296,7 +296,7 @@ dependencies = [ [[package]] name = "duf" -version = "0.7.0" +version = "0.8.0" dependencies = [ "async-walkdir", "async_zip", diff --git a/Cargo.toml b/Cargo.toml index 0a8e4e5..0d0d85e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "duf" -version = "0.7.0" +version = "0.8.0" edition = "2021" authors = ["sigoden "] description = "Duf is a fully functional file server."