aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 557ab46..e526ae4 100644
--- a/askama_warp/Cargo.toml
+++ b/askama_warp/Cargo.toml
@@ -14,7 +14,7 @@ edition = "2018"
[dependencies]
askama = { version = "0.9.0", path = "../askama", features = ["with-warp", "mime", "mime_guess"] }
-warp = "0.2"
+warp = { version = "0.2", default-features = false }
[dev-dependencies]
tokio-test = "0.2"