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_derive/src/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'askama_derive/src/lib.rs') diff --git a/askama_derive/src/lib.rs b/askama_derive/src/lib.rs index 3557267..b2379f3 100644 --- a/askama_derive/src/lib.rs +++ b/askama_derive/src/lib.rs @@ -115,7 +115,6 @@ const INTEGRATIONS: Integrations = Integrations { actix: cfg!(feature = "actix-web"), axum: cfg!(feature = "axum"), gotham: cfg!(feature = "gotham"), - iron: cfg!(feature = "iron"), mendes: cfg!(feature = "mendes"), rocket: cfg!(feature = "rocket"), tide: cfg!(feature = "tide"), -- cgit