- Remove blanket `Render` impl for `T: Display`
  [#320](https://github.com/lambda-fairy/maud/pull/320)
- Support `axum` v0.5 through `axum-core` v0.2
  [#325](https://github.com/lambda-fairy/maud/pull/325)
  [#337](https://github.com/lambda-fairy/maud/pull/337)
- Update to `actix-web` 4.0.
  [#331](https://github.com/lambda-fairy/maud/pull/331)
- Add a `maud::display` adapter that forwards to the `Display` impl
  [#350](https://github.com/lambda-fairy/maud/pull/350)