]> OzVa Git service - ozva-cloud/commitdiff
chore: upgrade version
authorsigoden <sigoden@gmail.com>
Tue, 31 May 2022 03:10:15 +0000 (11:10 +0800)
committersigoden <sigoden@gmail.com>
Tue, 31 May 2022 03:10:15 +0000 (11:10 +0800)
Cargo.lock
Cargo.toml
README.md

index 4e2c794a3fa126101aa11fa063d03d9ee862cee6..0d7de48ff1bfb2f4ca0cde722fa1d6d1a0230860 100644 (file)
@@ -296,7 +296,7 @@ dependencies = [
 
 [[package]]
 name = "duf"
-version = "0.5.0"
+version = "0.6.0"
 dependencies = [
  "async-walkdir",
  "async_zip",
index 4b12be78888c15b95b2fbccc161b5b2d10ffbedc..02dabd777d68417b75507735f27ca1cbeb906033 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "duf"
-version = "0.5.0"
+version = "0.6.0"
 edition = "2021"
 authors = ["sigoden <sigoden@gmail.com>"]
 description = "Duf is a simple file server."
index 3dec2775be674d609a849e63b8448e772c37f8bc..a4e15e440bdc942f00227d192827cd436d940e71 100644 (file)
--- a/README.md
+++ b/README.md
@@ -44,16 +44,16 @@ duf
 duf folder_name
 ```
 
-Allow upload operations
+Allow all operations such as upload, delete
 
 ```
-duf --allow-upload
+duf --allow-all
 ```
 
-Allow all operations
+Only allow upload operations
 
 ```
-duf --allow-all
+duf --allow-upload
 ```
 
 Use http authentication