From 5134624b0699c951e8ef31d3837b0c25e8d32f28 Mon Sep 17 00:00:00 2001 From: Tristan Druyen Date: Thu, 20 Mar 2025 20:12:27 +0100 Subject: [PATCH] Remove aide feat --- axum-controller/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/axum-controller/Cargo.toml b/axum-controller/Cargo.toml index 8339d13..136173d 100644 --- a/axum-controller/Cargo.toml +++ b/axum-controller/Cargo.toml @@ -17,7 +17,7 @@ axum-typed-routing = { path = "../vendor/axum-typed-routing", version = "0.2.0"} [dev-dependencies] axum = "0.8" -axum-typed-routing = { path = "../vendor/axum-typed-routing", version = "0.2.0", features = ["aide"]} +axum-typed-routing = { path = "../vendor/axum-typed-routing", version = "0.2.0", features = []} axum-test = { version = "17", features = [] } json = "0.12" serde = { version = "1", features = ["derive"] }