axum - v0.6.3
- added: Implement
IntoResponse
for&'static [u8; N]
and[u8; N]
(#1690) - fixed: Make
Path
support types usingserde::Deserializer::deserialize_any
(#1693) - added: Add
RawPathParams
(#1713) - added: Implement
Clone
andService
foraxum::middleware::Next
(#1712) - fixed: Document required tokio features to run "Hello, World!" example (#1715)