aboutsummaryrefslogtreecommitdiffstats
path: root/askama_mendes/Cargo.toml (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-09-29Add MSRV checking in CILibravatar Dirkjan Ochtman1-1/+1
Bump MSRV to 1.65 for the use of let .. else.
2023-09-08build(deps): update mendes requirement from 0.3.0 to 0.5.0Libravatar dependabot[bot]1-1/+1
Updates the requirements on [mendes](https://github.com/djc/mendes) to permit the latest version. - [Commits](https://github.com/djc/mendes/commits) --- updated-dependencies: - dependency-name: mendes dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2023-06-13Update mendes requirement from 0.2.0 to 0.3.0Libravatar dependabot[bot]1-1/+1
Updates the requirements on [mendes](https://github.com/djc/mendes) to permit the latest version. - [Commits](https://github.com/djc/mendes/commits) --- updated-dependencies: - dependency-name: mendes dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2023-03-22Update mendes requirement from 0.1.0 to 0.2.0Libravatar dependabot[bot]1-1/+1
Updates the requirements on [mendes](https://github.com/djc/mendes) to permit the latest version. - [Release notes](https://github.com/djc/mendes/releases) - [Commits](https://github.com/djc/mendes/commits) --- updated-dependencies: - dependency-name: mendes dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2023-03-03Bump versions for Askama 0.12 (#784)Libravatar Dirkjan Ochtman1-1/+1
2023-01-30Apply clippy suggestions for 1.67 (#769)Libravatar Dirkjan Ochtman1-1/+2
2022-08-05Update mendes requirement from 0.0.64 to 0.1.0Libravatar dependabot[bot]1-1/+1
Updates the requirements on [mendes](https://github.com/djc/mendes) to permit the latest version. - [Release notes](https://github.com/djc/mendes/releases) - [Commits](https://github.com/djc/mendes/commits) --- updated-dependencies: - dependency-name: mendes dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2022-06-07Expose features in integration cratesLibravatar René Kijewski1-0/+10
2022-04-07Update mendes requirement from 0.0.63 to 0.0.64Libravatar dependabot[bot]1-1/+1
Updates the requirements on [mendes](https://github.com/djc/mendes) to permit the latest version. - [Release notes](https://github.com/djc/mendes/releases) - [Commits](https://github.com/djc/mendes/commits) --- updated-dependencies: - dependency-name: mendes dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
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-03Update mendes requirement from 0.0.62 to 0.0.63Libravatar dependabot[bot]1-1/+1
Updates the requirements on [mendes](https://github.com/djc/mendes) to permit the latest version. - [Release notes](https://github.com/djc/mendes/releases) - [Commits](https://github.com/djc/mendes/commits) --- updated-dependencies: - dependency-name: mendes dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2022-02-09askama_mendes: upgrade mendes to 0.0.62 (#636)Libravatar Dirkjan Ochtman1-1/+1
2022-02-04Remove unneeded external dependenciesLibravatar René Kijewski1-1/+0
2021-12-08Update mendes requirement from 0.0.59 to 0.0.60Libravatar dependabot[bot]1-1/+1
Updates the requirements on [mendes](https://github.com/djc/mendes) to permit the latest version. - [Release notes](https://github.com/djc/mendes/releases) - [Commits](https://github.com/djc/mendes/commits) --- updated-dependencies: - dependency-name: mendes dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2021-12-01Move askama_mendes integration into Askama repo (#561)Libravatar Dirkjan Ochtman1-5/+11
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-2/+2
2021-06-15Support rocket 0.5.0-rc.1 based on @flo-l's PR (#495)Libravatar Shritesh Bhattarai1-2/+2
See #412 for earlier iteration.
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-06-30Reference READMEs in crate metadataLibravatar Dirkjan Ochtman1-0/+1
2020-06-30Bump version numbersLibravatar Dirkjan Ochtman1-2/+2
2020-01-29Move Rocket integration into askama_rocket crateLibravatar Dirkjan Ochtman1-9/+4
2020-01-29Move Actix-Web integration into separate askama_actix crateLibravatar Dirkjan Ochtman1-0/+22