aboutsummaryrefslogtreecommitdiffstats
path: root/askama_axum/Cargo.toml (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-11-27askama_axum: update axum to 0.7 (#918)Libravatar lictex_1-5/+6
2023-09-29Add MSRV checking in CILibravatar Dirkjan Ochtman1-1/+1
Bump MSRV to 1.65 for the use of let .. else.
2023-03-03Bump versions for Askama 0.12 (#784)Libravatar Dirkjan Ochtman1-2/+2
2023-01-30Apply clippy suggestions for 1.67 (#769)Libravatar Dirkjan Ochtman1-1/+2
2022-11-28Upgrade axum-core to 0.3Libravatar Jonas Platte1-2/+2
2022-06-07Expose features in integration cratesLibravatar René Kijewski1-0/+10
2022-04-06Moved Features into derive (#662)Libravatar Andrew Wheeler(Genusis)1-1/+1
* Moved Features into derive, Updated Askama versions to 0.11 * Lock minimal versions to 0.11.2
2022-03-31Simplify the implementation of askama_axumLibravatar Jonas Platte1-1/+0
2022-03-31Upgrade to axum-core 0.2 / axum 0.5Libravatar Jonas Platte1-2/+2
2022-01-04askama_axum: prepare version 0.1.0Libravatar Dirkjan Ochtman1-2/+2
2021-12-05Update axum to 0.4 (by switching to axum-core)Libravatar Michael Alyn Miller1-3/+5
2021-11-27Add Axum integrationLibravatar Michael Alyn Miller1-0/+23