From 2b24a6def175aea76baa85c747721f15b796b195 Mon Sep 17 00:00:00 2001 From: Tristan Druyen Date: Thu, 20 Mar 2025 19:22:52 +0100 Subject: [PATCH] Remove unneeded key --- vendor/axum-typed-routing/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/vendor/axum-typed-routing/Cargo.toml b/vendor/axum-typed-routing/Cargo.toml index 90db8cb..0e77776 100644 --- a/vendor/axum-typed-routing/Cargo.toml +++ b/vendor/axum-typed-routing/Cargo.toml @@ -41,7 +41,6 @@ path = "src/lib.rs" [[example]] name = "aide" path = "examples/aide.rs" -features = ["aide"] [[example]] name = "basic"