v2.0.0-beta.6
Diff
Cargo.lock | 2 +-
Cargo.toml | 2 +-
README.md | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
@@ -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",
@@ -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."
@@ -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.