From 3034f2cb16421462d80a2b8abd7116fedcda6670 Mon Sep 17 00:00:00 2001 From: tottoto Date: Wed, 14 Jan 2026 00:18:47 +0900 Subject: [PATCH] chore: Remove unused package metadata (#3630) --- axum-macros/Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/axum-macros/Cargo.toml b/axum-macros/Cargo.toml index 223cc783..dbbfcbe0 100644 --- a/axum-macros/Cargo.toml +++ b/axum-macros/Cargo.toml @@ -11,9 +11,6 @@ readme = "README.md" repository = "https://github.com/tokio-rs/axum" version = "0.5.0" # remember to also bump the version that axum and axum-extra depends on -[package.metadata.cargo-public-api-crates] -allowed = [] - [package.metadata.docs.rs] all-features = true