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/Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'askama_derive/Cargo.toml') diff --git a/askama_derive/Cargo.toml b/askama_derive/Cargo.toml index 60ad48d..5369935 100644 --- a/askama_derive/Cargo.toml +++ b/askama_derive/Cargo.toml @@ -18,7 +18,6 @@ config = ["askama_shared/config"] actix-web = [] axum = [] gotham = [] -iron = [] mendes = [] rocket = [] tide = [] -- cgit