Skip to content

axum - v0.6.3

Compare
Choose a tag to compare
@davidpdrsn davidpdrsn released this 20 Jan 23:11
· 489 commits to main since this release
6ff6b36
  • added: Implement IntoResponse for &'static [u8; N] and [u8; N] (#1690)
  • fixed: Make Path support types using serde::Deserializer::deserialize_any (#1693)
  • added: Add RawPathParams (#1713)
  • added: Implement Clone and Service for axum::middleware::Next (#1712)
  • fixed: Document required tokio features to run "Hello, World!" example (#1715)