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