diff --git a/axum-macros/Cargo.toml b/axum-macros/Cargo.toml index fc667f48..4a7e02bd 100644 --- a/axum-macros/Cargo.toml +++ b/axum-macros/Cargo.toml @@ -21,7 +21,7 @@ syn = { version = "1.0", features = ["full"] } [dev-dependencies] axum = { path = "../axum", version = "0.4", features = ["headers"] } -axum-extra = { path = "../axum-extra", version = "0.1" } +axum-extra = { path = "../axum-extra", version = "0.1", features = ["typed-routing"] } rustversion = "1.0" serde = { version = "1.0", features = ["derive"] } tokio = { version = "1.0", features = ["full"] }