mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-28 00:00:20 +02:00
Fix compile time regression by boxing routes internally (#404)
This is a reimplementation of #401 but with the new matchit based router. Fixes #399
This commit is contained in:
@@ -27,7 +27,6 @@ ws = ["tokio-tungstenite", "sha-1", "base64"]
|
||||
async-trait = "0.1.43"
|
||||
bitflags = "1.0"
|
||||
bytes = "1.0"
|
||||
dyn-clone = "1.0"
|
||||
futures-util = { version = "0.3", default-features = false, features = ["alloc"] }
|
||||
http = "0.2"
|
||||
http-body = "0.4.3"
|
||||
|
||||
Reference in New Issue
Block a user