From f89b77535b298a9d69bb94412256d4a97ef9509c Mon Sep 17 00:00:00 2001 From: Jose Quintana Date: Wed, 7 Jul 2021 09:59:40 +0200 Subject: [PATCH] v2.0.0-beta.6 --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3c48371..c1c431c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -852,7 +852,7 @@ checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" [[package]] name = "static-web-server" -version = "2.0.0-beta.5" +version = "2.0.0-beta.6" dependencies = [ "anyhow", "async-compression", diff --git a/Cargo.toml b/Cargo.toml index e34d99a..23ed597 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "static-web-server" -version = "2.0.0-beta.5" +version = "2.0.0-beta.6" authors = ["Jose Quintana "] license = "MIT OR Apache-2.0" description = "A blazing fast and asynchronous web server for static files-serving." diff --git a/README.md b/README.md index cf08263..0aa966d 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ Server can be configured either via environment variables or their equivalent co CLI arguments listed with `static-web-server -h`. ``` -static-web-server 2.0.0-beta.5 +static-web-server 2.0.0-beta.6 Jose Quintana A blazing fast and asynchronous web server for static files-serving. -- libgit2 1.7.2