lambda-fairy / maud

:pencil: Compile-time HTML templates for Rust
https://maud.lambda.xyz
Apache License 2.0
1.98k stars 132 forks source link

Axum API change #409

Closed OrganicProgramming closed 6 months ago

OrganicProgramming commented 6 months ago

Axum-core and HTTP API have slightly changed for one of the latest Axum releases and the intoResponse trait was no longer satisfied. This fix works again for the latest release of Axum, but the author of this library might choose to support the older API as well. The public API of Maud is not affected by this fix.

OrganicProgramming commented 6 months ago

Fix already available in one of the other pull requests.