aboutsummaryrefslogtreecommitdiffstats
path: root/askama_iron/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'askama_iron/Cargo.toml')
-rw-r--r--askama_iron/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/askama_iron/Cargo.toml b/askama_iron/Cargo.toml
index bebec36..8fd124b 100644
--- a/askama_iron/Cargo.toml
+++ b/askama_iron/Cargo.toml
@@ -14,5 +14,5 @@ readme = "README.md"
edition = "2018"
[dependencies]
-askama = { version = "0.10", path = "../askama", features = ["with-iron"] }
+askama = { version = "0.10", path = "../askama", default-features = false, features = ["with-iron"] }
iron = { version = ">= 0.5, < 0.7" }