index : static-web-server.git

ascending towards madness

author Jose Quintana <joseluisquintana20@gmail.com> 2021-04-20 6:47:03.0 +00:00:00
committer Jose Quintana <joseluisquintana20@gmail.com> 2021-04-20 6:47:03.0 +00:00:00
commit
4520482420baff9eb0473f52695f891ae917da71 [patch]
tree
cec06abee1da4b98cf97a4ae3684dea4eeaa1b3c
parent
c383b8a99281422fb2217808f61193faa976e39d
download
4520482420baff9eb0473f52695f891ae917da71.tar.gz

v1.15.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 c958f75..76ec1dc 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -867,7 +867,7 @@ checksum = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac"

[[package]]
name = "static-web-server"
version = "1.14.0"
version = "1.15.0"
dependencies = [
 "chrono",
 "env_logger",
diff --git a/Cargo.toml b/Cargo.toml
index 52909d3..3938ac1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "static-web-server"
version = "1.14.0"
version = "1.15.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 ee7cb0c..8d59a9a 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.14.0
static-web-server 1.15.0
A blazing fast static files-serving web server powered by Rust Iron

USAGE: