Skip to content

axum-core - v0.4.4

Compare
Choose a tag to compare
@jplatte jplatte released this 20 Sep 19:42
· 12 commits to main since this release
axum-core-v0.4.4
a73dab4
  • added: Derive Clone and Copy for AppendHeaders (#2776)
  • added: must_use attribute on AppendHeaders (#2846)
  • added: must_use attribute on ErrorResponse (#2846)
  • added: must_use attribute on IntoResponse::into_response (#2846)
  • added: must_use attribute on IntoResponseParts trait methods (#2846)
  • added: Implement Copy for DefaultBodyLimit (#2875)
  • added: DefaultBodyLimit::max and DefaultBodyLimit::disable are now
    allowed in const context (#2875)