index : static-web-server.git

ascending towards madness

author Jose Quintana <joseluisquintana20@gmail.com> 2019-12-26 23:59:46.0 +00:00:00
committer Jose Quintana <joseluisquintana20@gmail.com> 2019-12-26 23:59:46.0 +00:00:00
commit
d6c27f51d4b67ce8f724f214dff25441e6fec751 [patch]
tree
340a4c9086703f64c0d4344a3115c87409575598
parent
593ca98a192df95f0417372667f055b5ae35448e
download
d6c27f51d4b67ce8f724f214dff25441e6fec751.tar.gz

v1.2.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 00cb0d4..ec58895 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -538,7 +538,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "static-web-server"
version = "1.1.0"
version = "1.2.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 9be7419..bec02d5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "static-web-server"
version = "1.1.0"
version = "1.2.0"
authors = ["Jose Quintana <https://git.io/joseluisq>"]
edition = "2018"

diff --git a/docker/alpine/Dockerfile b/docker/alpine/Dockerfile
index 875b1df..77de2c8 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.1.0" \
    org.opencontainers.image.version="v1.2.0" \
    org.opencontainers.image.documentation="https://github.com/joseluisq/static-web-server"
diff --git a/docker/scratch/Dockerfile b/docker/scratch/Dockerfile
index 1fb7a8e..958fb86 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.1.0" \
    org.opencontainers.image.version="v1.2.0" \
    org.opencontainers.image.documentation="https://github.com/joseluisq/static-web-server"