From f9e9ce6a8682b7e2dbeaf7b70e9bdf97fa72f9b6 Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Sun, 13 Feb 2022 22:12:28 +0100 Subject: [PATCH] add missing feature --- axum-macros/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }