From 631c54d176b56a849cb56ff16de6e040ebb14ecf Mon Sep 17 00:00:00 2001
From: Robert Czechowski <czechowski@bwinf.de>
Date: Thu, 20 Feb 2020 14:14:36 +0100
Subject: [PATCH] Change version information of local crates for publishing of
 crate

---
 Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index c359400a..fa36fcbc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -34,7 +34,7 @@ persistent = "0.3"
 staticfile = "0.4"
 serde_derive = "1.0"
 handlebars-iron = "0.25.1"
-iron-sessionstorage = { path = "iron-sessionstorage", version = "0.7"}
+iron-sessionstorage = { path = "iron-sessionstorage", version = ">=0.6"}
 serde_yaml = "0.8.9"
 structopt = "0.2.18"
 reqwest = "0.9.19"
-- 
GitLab