From c43b12e6b26901acf1432da2ef6b617a1e2327c5 Mon Sep 17 00:00:00 2001 From: Paolo Barbolini Date: Mon, 24 Feb 2020 09:16:35 +0100 Subject: Import warp with no default features --- askama_warp/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'askama_warp/Cargo.toml') 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" -- cgit