v0.6.5
- Display messages now support inline interpolation
// Shorthand for `#[display("User `{}` with role `{}` does not exist", name, role)]`
#[display("User `{name}` with role `{role}` does not exist")]
- Remove
dyn-fmt
dependency
Full Changelog: v0.6.4...v0.6.5