index : static-web-server.git

ascending towards madness

author Jose Quintana <joseluisquintana20@gmail.com> 2021-05-26 20:10:48.0 +00:00:00
committer Jose Quintana <joseluisquintana20@gmail.com> 2021-05-26 20:10:48.0 +00:00:00
commit
43cd2c81b1ebe7076b0386bec067b95d62d81ed6 [patch]
tree
f0deb4365909d3ec206d401b3b99a990e089a65e
parent
b0593ffba1b6e92214b8f451f0ebce6e2dadb2e5
download
43cd2c81b1ebe7076b0386bec067b95d62d81ed6.tar.gz

1.16.0



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 666b80d..c2025ac 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -867,7 +867,7 @@ checksum = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac"

[[package]]
name = "static-web-server"
version = "1.15.0"
version = "1.16.0"
dependencies = [
 "chrono",
 "env_logger",
diff --git a/Cargo.toml b/Cargo.toml
index 3938ac1..6c6e43c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "static-web-server"
version = "1.15.0"
version = "1.16.0"
authors = ["Jose Quintana <https://git.io/joseluisq>"]
license = "MIT OR Apache-2.0"
description = "A blazing fast static files-serving web server powered by Rust Iron."
diff --git a/README.md b/README.md
index 8d59a9a..78c8027 100644
--- a/README.md
+++ b/README.md
@@ -66,7 +66,7 @@ Server can be configured either via environment variables or their equivalent co
CLI arguments listed with `static-web-server -h`.

```
static-web-server 1.15.0
static-web-server 1.16.0
A blazing fast static files-serving web server powered by Rust Iron

USAGE: