index : static-web-server.git

ascending towards madness

author Jose Quintana <joseluisquintana20@gmail.com> 2020-01-15 11:26:20.0 +00:00:00
committer Jose Quintana <joseluisquintana20@gmail.com> 2020-01-15 11:26:20.0 +00:00:00
commit
2726f135fe7fbff800b30d40d829c55d133f846a [patch]
tree
a2d9611437091e9657df2416f1b17520552df499
parent
86f8d8a7261246f597b42f7d12c87a9f9cace7df
download
2726f135fe7fbff800b30d40d829c55d133f846a.tar.gz

v1.4.0



Diff

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

diff --git a/Cargo.lock b/Cargo.lock
index 82f8a1e..656049e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -763,7 +763,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "static-web-server"
version = "1.3.0"
version = "1.4.0"
dependencies = [
 "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index c468de0..ff1c8c7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "static-web-server"
version = "1.3.0"
version = "1.4.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/docker/alpine/Dockerfile b/docker/alpine/Dockerfile
index c9b1dbb..79b8b68 100644
--- a/docker/alpine/Dockerfile
+++ b/docker/alpine/Dockerfile
@@ -22,5 +22,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.3.0" \
    org.opencontainers.image.version="v1.4.0" \
    org.opencontainers.image.documentation="https://github.com/joseluisq/static-web-server"
diff --git a/docker/scratch/Dockerfile b/docker/scratch/Dockerfile
index adf6c68..b0c87b4 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.3.0" \
    org.opencontainers.image.version="v1.4.0" \
    org.opencontainers.image.documentation="https://github.com/joseluisq/static-web-server"