From 287c674b65fa363fa8e60a5b2de7502dfda0decc Mon Sep 17 00:00:00 2001 From: tottoto Date: Sat, 11 Oct 2025 18:22:51 +0900 Subject: [PATCH] axum-extra: Make typed-routing feature enable routing feature (#3514) --- axum-extra/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/axum-extra/Cargo.toml b/axum-extra/Cargo.toml index 219d073c..3ebebf9f 100644 --- a/axum-extra/Cargo.toml +++ b/axum-extra/Cargo.toml @@ -63,6 +63,7 @@ query = [ tracing = ["axum-core/tracing", "axum/tracing", "dep:tracing"] typed-header = ["dep:headers"] typed-routing = [ + "routing", "dep:axum-macros", "dep:percent-encoding", "dep:serde_core",