From a263d1896331e3357748266599375a8756446b26 Mon Sep 17 00:00:00 2001 From: sigoden Date: Sun, 29 May 2022 20:50:47 +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 58846d0..510b8a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -296,7 +296,7 @@ dependencies = [ [[package]] name = "duf" -version = "0.3.0" +version = "0.4.0" dependencies = [ "async-walkdir", "async_zip", diff --git a/Cargo.toml b/Cargo.toml index dd755ae..a19e352 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "duf" -version = "0.3.0" +version = "0.4.0" edition = "2021" authors = ["sigoden "] description = "Duf is a simple file server."