aboutsummaryrefslogtreecommitdiffstats
path: root/askama_tide (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-04-01Re-export `askama::*` in `askama_tide` (#802)Libravatar René Kijewski2-2/+2
Every integration crate but `askama_tide` exports `askama::*`. This PR makes `askama_tide` behave the same as every other `integration crate`.
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 Ochtman2-2/+2
2022-09-19Remove ext argument in integrationsLibravatar René Kijewski1-3/+3
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-01-07Use Template::MIME_TYPE instead of extensionLibravatar René Kijewski1-7/+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-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-02-04askama_tide: bump version to 0.13.0Libravatar Dirkjan Ochtman1-1/+1
2021-02-01Update tide requirement from 0.15 to 0.16Libravatar dependabot-preview[bot]1-1/+1
Updates the requirements on [tide](https://github.com/http-rs/tide) to permit the latest version. - [Release notes](https://github.com/http-rs/tide/releases) - [Commits](https://github.com/http-rs/tide/compare/v0.15.0...v0.16.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
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-11-16Bump askama_tide version to 0.12Libravatar Dirkjan Ochtman1-1/+1
2020-11-16Update tide requirement from 0.14 to 0.15Libravatar dependabot-preview[bot]1-1/+1
Updates the requirements on [tide](https://github.com/http-rs/tide) to permit the latest version. - [Release notes](https://github.com/http-rs/tide/releases) - [Commits](https://github.com/http-rs/tide/compare/v0.14.0...v0.15.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-18bump versionLibravatar Jacob Rothstein1-1/+1
2020-10-18update to tide 0.14Libravatar Jacob Rothstein1-2/+4
2020-10-06Disable tide default featuresLibravatar Matt Johnston1-1/+1
h1-server feature is currently needed for tide to build
2020-09-19Bump version number for askama_tideLibravatar Dirkjan Ochtman1-1/+1
2020-08-04tide: use set_error for correct error handlingLibravatar Jacob Rothstein1-2/+2
2020-08-04Update tide requirement from 0.12 to 0.13Libravatar dependabot-preview[bot]1-1/+1
Updates the requirements on [tide](https://github.com/http-rs/tide) to permit the latest version. - [Release notes](https://github.com/http-rs/tide/releases) - [Commits](https://github.com/http-rs/tide/compare/v0.12.0...v0.13.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-20Update tide requirement from 0.11 to 0.12Libravatar dependabot-preview[bot]1-1/+1
Updates the requirements on [tide](https://github.com/http-rs/tide) to permit the latest version. - [Release notes](https://github.com/http-rs/tide/releases) - [Commits](https://github.com/http-rs/tide/compare/v0.11.0...v0.12.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-14Apparently no more than 5 keywords are allowedLibravatar Dirkjan Ochtman1-1/+1
2020-07-14Bump version number for askama_tide to make it consistentLibravatar Dirkjan Ochtman1-1/+1
2020-07-14Bump versions to prepare for askama_tide releaseLibravatar Dirkjan Ochtman1-1/+1
2020-07-14askama tideLibravatar Jacob Rothstein7-0/+91