From 584d33940ab8732de8e8efbe809fc194cf6241bb Mon Sep 17 00:00:00 2001 From: sigoden Date: Tue, 31 May 2022 17:02:55 +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 0d7de48ff..b82787659 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -296,7 +296,7 @@ dependencies = [ [[package]] name = "duf" -version = "0.6.0" +version = "0.7.0" dependencies = [ "async-walkdir", "async_zip", diff --git a/Cargo.toml b/Cargo.toml index 02dabd777..4041a20eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "duf" -version = "0.6.0" +version = "0.7.0" edition = "2021" authors = ["sigoden "] description = "Duf is a simple file server."