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

Tracking issue for axum 0.7 migration #38

Closed blaenk closed 10 months ago

blaenk commented 10 months ago
Altair-Bueno commented 10 months ago

Thanks for the heads up!

If i'm not mistaken, the changes required are ready on https://github.com/Altair-Bueno/axum-template/pull/39. Test passes, yet i'm not sure if everything is working as expected. I still need to read the breaking changes and see if there is anything working differently. But the library compiles and you can run it locally by setting this in Cargo.toml

[dependencies.axum-template]
git = "https://github.com/Altair-Bueno/axum-template.git"
branch = "dependabot/cargo/axum-0.7.1"
Altair-Bueno commented 10 months ago

After some testing, everything seems working as expected. I've decided I can ship v2.0.0 for axum-template.

blaenk commented 10 months ago

Thank you so much!