index : static-web-server.git

ascending towards madness

author Jose Quintana <joseluisquintana20@gmail.com> 2021-07-07 7:59:40.0 +00:00:00
committer Jose Quintana <joseluisquintana20@gmail.com> 2021-07-07 8:00:05.0 +00:00:00
commit
f89b77535b298a9d69bb94412256d4a97ef9509c [patch]
tree
9d9c49d793afd3345adc801999d6aee05c88bb95
parent
33040d0e90dc275946c606b771796064bfc5243a
download
f89b77535b298a9d69bb94412256d4a97ef9509c.tar.gz

v2.0.0-beta.6



Diff

 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 <https://git.io/joseluisq>"]
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 <https://git.io/joseluisq>
A blazing fast and asynchronous web server for static files-serving.