mirror of
https://github.com/static-web-server/static-web-server.git
synced 2026-01-25 05:06:33 +00:00
v1.5.0
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -763,7 +763,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
|
||||
[[package]]
|
||||
name = "static-web-server"
|
||||
version = "1.4.0"
|
||||
version = "1.5.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)",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "static-web-server"
|
||||
version = "1.4.0"
|
||||
version = "1.5.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."
|
||||
|
||||
@@ -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.4.0" \
|
||||
org.opencontainers.image.version="v1.5.0" \
|
||||
org.opencontainers.image.documentation="https://github.com/joseluisq/static-web-server"
|
||||
|
||||
@@ -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.4.0" \
|
||||
org.opencontainers.image.version="v1.5.0" \
|
||||
org.opencontainers.image.documentation="https://github.com/joseluisq/static-web-server"
|
||||
|
||||
Reference in New Issue
Block a user