index : static-web-server.git

ascending towards madness

author Jose Quintana <joseluisquintana20@gmail.com> 2020-07-07 20:11:23.0 +00:00:00
committer Jose Quintana <joseluisquintana20@gmail.com> 2020-07-07 20:11:23.0 +00:00:00
commit
4ed43164d01215ad2221c8ba17a161e2d605a455 [patch]
tree
865c06539fad1b9b6741869ff1af634a4e3df881
parent
8e5a3c73ab4193622b7e4fcced93bcf78fda8e84
download
4ed43164d01215ad2221c8ba17a161e2d605a455.tar.gz

v1.10.0



Diff

 Cargo.lock                | 2 +-
 Cargo.toml                | 2 +-
 README.md                 | 2 +-
 docker/alpine/Dockerfile  | 2 +-
 docker/scratch/Dockerfile | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 77a3a71..0c6132c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -936,7 +936,7 @@ checksum = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac"

[[package]]
name = "static-web-server"
version = "1.9.2"
version = "1.10.0"
dependencies = [
 "chrono",
 "env_logger",
diff --git a/Cargo.toml b/Cargo.toml
index 0bf05a1..39c86fe 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "static-web-server"
version = "1.9.2"
version = "1.10.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 d29d53c..2091523 100644
--- a/README.md
+++ b/README.md
@@ -54,7 +54,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.9.0
static-web-server 1.10.0
A blazing fast static files-serving web server powered by Rust Iron

USAGE:
diff --git a/docker/alpine/Dockerfile b/docker/alpine/Dockerfile
index 233e312..dfee03d 100644
--- a/docker/alpine/Dockerfile
+++ b/docker/alpine/Dockerfile
@@ -24,5 +24,5 @@ LABEL org.opencontainers.image.vendor="Jose Quintana" \
    org.opencontainers.image.url="https://github.com/joseluisq/static-web-server" \
    org.opencontainers.image.title="Static Web Server" \
    org.opencontainers.image.description="A blazing fast static files-serving web server powered by Rust Iron." \
    org.opencontainers.image.version="v1.9.2" \
    org.opencontainers.image.version="v1.10.0" \
    org.opencontainers.image.documentation="https://github.com/joseluisq/static-web-server"
diff --git a/docker/scratch/Dockerfile b/docker/scratch/Dockerfile
index cdec427..aaff341 100644
--- a/docker/scratch/Dockerfile
+++ b/docker/scratch/Dockerfile
@@ -14,5 +14,5 @@ LABEL org.opencontainers.image.vendor="Jose Quintana" \
    org.opencontainers.image.url="https://github.com/joseluisq/static-web-server" \
    org.opencontainers.image.title="Static Web Server" \
    org.opencontainers.image.description="A blazing fast static files-serving web server powered by Rust Iron." \
    org.opencontainers.image.version="v1.9.2" \
    org.opencontainers.image.version="v1.10.0" \
    org.opencontainers.image.documentation="https://github.com/joseluisq/static-web-server"