aboutsummaryrefslogtreecommitdiffstats
path: root/askama_gotham (unfollow)
Commit message (Collapse)AuthorFilesLines
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-02-04Remove unneeded external dependenciesLibravatar René Kijewski2-4/+5
2022-01-07Use Template::MIME_TYPE instead of extensionLibravatar René Kijewski1-3/+3
2022-01-06Add `#![forbid(unsafe_code)]` to all crates except askama_escapeLibravatar René Kijewski1-0/+1
2022-01-06Add `#![deny(unreachable_pub)]` to all cratesLibravatar René Kijewski1-0/+1
2021-11-24Bump version numbersLibravatar Dirkjan Ochtman1-2/+2
2021-11-24Remove authors from Cargo metadata (see RFC 3052)Libravatar Dirkjan Ochtman1-1/+0
2021-11-15askama_gotham: upgrade to gotham 0.7Libravatar Dirkjan Ochtman1-1/+2
2021-08-21Bump version numbers in anticipation of beta releaseLibravatar Dirkjan Ochtman1-1/+1
2021-07-01Stop eliding lifetimes in pathsLibravatar Dirkjan Ochtman1-0/+2
2021-03-22askama_gotham: bump version to 0.12.0Libravatar Dirkjan Ochtman1-1/+1
2021-03-22askama_gotham: bump to 0.6Libravatar Dirkjan Ochtman1-2/+2
2020-12-21Disable askama's default features in web framework cratesLibravatar Randati1-1/+1
Without disabling these default features, askama's default features get automatically enabled when web framework specific crates are included in the project.
2020-12-16Bump version for askama_gothamLibravatar Dirkjan Ochtman1-1/+1
2020-09-07Upgrade to gotham 0.5Libravatar Dirkjan Ochtman1-2/+2
2020-06-30Reference READMEs in crate metadataLibravatar Dirkjan Ochtman1-0/+1
2020-06-30Add README files for subcratesLibravatar Dirkjan Ochtman1-0/+9
2020-06-30Bump version numbersLibravatar Dirkjan Ochtman1-2/+2
2020-06-30Add license files to each crate (fixes #339)Libravatar Dirkjan Ochtman2-0/+2
2020-01-29Update gotham requirement from 0.3 to 0.4Libravatar dependabot-preview[bot]1-1/+1
Updates the requirements on [gotham](https://github.com/gotham-rs/gotham) to permit the latest version. - [Release notes](https://github.com/gotham-rs/gotham/releases) - [Commits](https://github.com/gotham-rs/gotham/compare/gotham-0.3.0...gotham-0.3.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-29Move Gotham integration into separate askama_gotham crateLibravatar Dirkjan Ochtman4-0/+84