aboutsummaryrefslogtreecommitdiffstats
path: root/askama_gotham/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--askama_gotham/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/askama_gotham/Cargo.toml b/askama_gotham/Cargo.toml
index b9bee10..6365f2e 100644
--- a/askama_gotham/Cargo.toml
+++ b/askama_gotham/Cargo.toml
@@ -14,7 +14,7 @@ readme = "README.md"
edition = "2018"
[dependencies]
-askama = { version = "0.10", path = "../askama", features = ["with-gotham", "mime", "mime_guess"] }
+askama = { version = "0.10", path = "../askama", default-features = false, features = ["with-gotham", "mime", "mime_guess"] }
gotham = { version = "0.5", default-features = false }
hyper = "0.13"