since rc.1
- change: The
Display
impl of all rejections generated by thedefine_rejection!()
will now include theDisplay
output of the inner error too. This matches thebody_text()
fn output now. (#3118)
full changelog
- breaking: Replace
#[async_trait]
with return-positionimpl Trait
in traits (#2308) - breaking::
Option<T>
as an extractor now requiresT
to implement the new traitOptionalFromRequest
(if used as the last extractor) orOptionalFromRequestParts
(other extractors) (#2475) - change: Update minimum rust version to 1.75 (#2943)
- change: The
Display
impl of all rejections generated by thedefine_rejection!()
will now include theDisplay
output of the inner error too. This matches thebody_text()
fn output now. (#3118)