From 0a9f66bbd267ce18604118d3be872a762a86ccfa Mon Sep 17 00:00:00 2001 From: Jose Quintana Date: Tue, 21 Apr 2020 12:53:47 +0200 Subject: [PATCH] feat: iron_staticfile_middleware v0.3.0 this iron_staticfile_middleware v0.3.0 makes possible the feature "configurable assets directory" (2f7d042125b3f0587097ac24dd443cf83361a56c) --- 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", -- libgit2 1.7.2