Altair-Bueno / axum-template

Layers, extractors and template engine wrappers for axum based Web MVC applications
https://crates.io/crates/axum-template
MIT License
78 stars 6 forks source link

TeraError causes stack overflow #8

Closed kazuk closed 2 years ago

kazuk commented 2 years ago

infinity recursion call on

impl IntoResponse for TeraError fn into_response(self) ;

Altair-Bueno commented 2 years ago

A fix has landed on https://github.com/Altair-Bueno/axum-template/releases/tag/v0.6.2. It should be already available on crates.io