mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-27 00:00:24 +02:00
* Implement `tower::Layer` for `Extension` (#801) * Implement `tower::Layer` for `Extension` * changelog * Deprecate `AddExtensionLayer` * changelog * Add missing #[allow(deprecated)]