index : static-web-server.git

ascending towards madness

author Jose Quintana <joseluisquintana20@gmail.com> 2020-04-21 10:53:47.0 +00:00:00
committer Jose Quintana <joseluisquintana20@gmail.com> 2020-04-21 10:53:47.0 +00:00:00
commit
0a9f66bbd267ce18604118d3be872a762a86ccfa [patch]
tree
9af7fd69244ca6be967e40afd73080e63ad7dde5
parent
925c58ad9ca79281897b084087b83411950a9205
download
0a9f66bbd267ce18604118d3be872a762a86ccfa.tar.gz

feat: iron_staticfile_middleware v0.3.0

this iron_staticfile_middleware v0.3.0 makes possible the feature
"configurable assets directory" (2f7d042125b3f0587097ac24dd443cf83361a56c)

Diff

 Cargo.lock | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 432278c..02ed881 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -296,8 +296,8 @@ dependencies = [

[[package]]
name = "iron_staticfile_middleware"
version = "0.2.0"
source = "git+https://github.com/joseluisq/iron-staticfile-middleware.git#68ab4500d43f63493ebb9db5983a94e10193dee0"
version = "0.3.0"
source = "git+https://github.com/joseluisq/iron-staticfile-middleware.git#d3107bbf9718dffa00d3fb3ec703eeea74f89b97"
dependencies = [
 "iron",
 "log 0.4.8",