From 99470833da4849c3af1e3dcf1f329047f8cb22f0 Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Mon, 22 Dec 2025 15:08:21 +0100 Subject: [PATCH] Remove `publish = false` from `askama_macros` and `askama_derive` Cargo.toml files f --- askama_derive/Cargo.toml | 1 - askama_macros/Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/askama_derive/Cargo.toml b/askama_derive/Cargo.toml index f698bf9e..f3de03d0 100644 --- a/askama_derive/Cargo.toml +++ b/askama_derive/Cargo.toml @@ -8,7 +8,6 @@ license = "MIT OR Apache-2.0" readme = "README.md" edition = "2024" rust-version = "1.88" -publish = false [package.metadata.docs.rs] all-features = true diff --git a/askama_macros/Cargo.toml b/askama_macros/Cargo.toml index 7f386fcc..237a16c8 100644 --- a/askama_macros/Cargo.toml +++ b/askama_macros/Cargo.toml @@ -8,7 +8,6 @@ license = "MIT OR Apache-2.0" readme = "README.md" edition = "2024" rust-version = "1.88" -publish = false [package.metadata.docs.rs] all-features = true