From 8b4cc660a95d7ffa2d3f03efcea36048a425e762 Mon Sep 17 00:00:00 2001 From: René Kijewski Date: Thu, 6 Jan 2022 14:55:29 +0100 Subject: Remove the iron integration from generator Issue #527 removed the askama_iron package, but not the integration if someone uses askama_derive's feature with "iron". The old askama_iron crate uses askama v0.10, so it will still work. --- askama_shared/src/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'askama_shared/src/lib.rs') diff --git a/askama_shared/src/lib.rs b/askama_shared/src/lib.rs index 0768ff3..f6b94dd 100644 --- a/askama_shared/src/lib.rs +++ b/askama_shared/src/lib.rs @@ -278,7 +278,6 @@ pub struct Integrations { pub actix: bool, pub axum: bool, pub gotham: bool, - pub iron: bool, pub mendes: bool, pub rocket: bool, pub tide: bool, -- cgit