aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2018-01-06 12:39:07 +0100
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2018-01-06 12:39:07 +0100
commitb8c261c8bb1ef55946dac6e06b900d83f5fabaea (patch)
treeeba2131022dbc1a3295011d6abcdd1bf24a8b48c
parentdbea8955b7e8ccae35abeb4178d74ba0f038be04 (diff)
downloadaskama-b8c261c8bb1ef55946dac6e06b900d83f5fabaea.tar.gz
askama-b8c261c8bb1ef55946dac6e06b900d83f5fabaea.tar.bz2
askama-b8c261c8bb1ef55946dac6e06b900d83f5fabaea.zip
Limit compatibility to iron < 0.7
Diffstat (limited to '')
-rw-r--r--askama/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/askama/Cargo.toml b/askama/Cargo.toml
index ca63e5c..6bfc82b 100644
--- a/askama/Cargo.toml
+++ b/askama/Cargo.toml
@@ -24,7 +24,7 @@ with-rocket = ["rocket", "askama_derive/rocket"]
[dependencies]
askama_derive = { path = "../askama_derive", version = "0.5.0" }
askama_shared = { version = "0.5.0", path = "../askama_shared" }
-iron = { version = ">= 0.5", optional = true }
+iron = { version = ">= 0.5, < 0.7", optional = true }
rocket = { version = "0.3", optional = true }
[package.metadata.docs.rs]