Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add MSRV checking in CI | Dirkjan Ochtman | 2023-09-29 | 1 | -1/+1 |
| | | | | Bump MSRV to 1.65 for the use of let .. else. | ||||
* | Bump versions for Askama 0.12 (#784) | Dirkjan Ochtman | 2023-03-03 | 1 | -2/+2 |
| | |||||
* | Apply clippy suggestions for 1.67 (#769) | Dirkjan Ochtman | 2023-01-30 | 1 | -1/+2 |
| | |||||
* | Update dependencies | Dirkjan Ochtman | 2022-09-21 | 1 | -1/+1 |
| | |||||
* | Update actix-test requirement from =0.1.0-beta.13 to =0.1.0 | dependabot[bot] | 2022-07-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Updates the requirements on [actix-test](https://github.com/actix/actix-web) to permit the latest version. - [Release notes](https://github.com/actix/actix-web/releases) - [Changelog](https://github.com/actix/actix-web/blob/master/CHANGES.md) - [Commits](https://github.com/actix/actix-web/compare/test-v0.1.0-beta.13...v0.1.0) --- updated-dependencies: - dependency-name: actix-test dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
* | Expose features in integration crates | René Kijewski | 2022-06-07 | 1 | -0/+10 |
| | |||||
* | Update version numbers | René Kijewski | 2022-03-23 | 1 | -3/+2 |
| | |||||
* | Actix Web v4.0 is here | René Kijewski | 2022-02-25 | 1 | -3/+4 |
| | |||||
* | Update actix-test requirement from =0.1.0-beta.12 to =0.1.0-beta.13 | dependabot[bot] | 2022-02-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Updates the requirements on [actix-test](https://github.com/actix/actix-web) to permit the latest version. - [Release notes](https://github.com/actix/actix-web/releases) - [Changelog](https://github.com/actix/actix-web/blob/master/CHANGES.md) - [Commits](https://github.com/actix/actix-web/compare/test-v0.1.0-beta.12...test-v0.1.0-beta.13) --- updated-dependencies: - dependency-name: actix-test dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
* | actix: upgrade to actix 4-rc.1 | Dirkjan Ochtman | 2022-02-01 | 1 | -2/+2 |
| | |||||
* | Update for actix-web beta | René Kijewski | 2022-01-05 | 1 | -3/+2 |
| | |||||
* | Use strict matching for prereleases | Dirkjan Ochtman | 2022-01-05 | 1 | -4/+5 |
| | |||||
* | askama_actix: revert to actix-web v3 for release | Dirkjan Ochtman | 2022-01-04 | 1 | -5/+4 |
| | |||||
* | updated for actix-web 4.0.0-beta.14 | CrunkLord420 | 2021-12-14 | 1 | -2/+2 |
| | |||||
* | Bump version numbers | Dirkjan Ochtman | 2021-11-24 | 1 | -1/+1 |
| | |||||
* | Remove authors from Cargo metadata (see RFC 3052) | Dirkjan Ochtman | 2021-11-24 | 1 | -1/+0 |
| | |||||
* | Prepare for actix-web v4 (#553) | Sergey Pashinin | 2021-11-11 | 1 | -3/+4 |
| | |||||
* | Bump version numbers in anticipation of beta release | Dirkjan Ochtman | 2021-08-21 | 1 | -1/+1 |
| | |||||
* | Rename askama_actix trait method as suggested by clippy | Dirkjan Ochtman | 2021-02-15 | 1 | -1/+1 |
| | | | | | By bumping the dependency versions for askama and askama_shared, this should be safe. | ||||
* | Disable askama's default features in web framework crates | Randati | 2020-12-21 | 1 | -1/+1 |
| | | | | | | Without disabling these default features, askama's default features get automatically enabled when web framework specific crates are included in the project. | ||||
* | askama_actix: bump version to 0.11.1 | Dirkjan Ochtman | 2020-10-18 | 1 | -1/+1 |
| | |||||
* | Do not include default actix-web features | Rob Ede | 2020-09-25 | 1 | -1/+1 |
| | | | closes #360 | ||||
* | actix: upgrade to actix 3 | Dirkjan Ochtman | 2020-09-11 | 1 | -2/+2 |
| | |||||
* | Tweak dependency on futures for Actix integration | Dirkjan Ochtman | 2020-06-30 | 1 | -1/+1 |
| | |||||
* | Reference READMEs in crate metadata | Dirkjan Ochtman | 2020-06-30 | 1 | -0/+1 |
| | |||||
* | Bump version numbers | Dirkjan Ochtman | 2020-06-30 | 1 | -2/+2 |
| | |||||
* | Move Actix-Web integration into separate askama_actix crate | Dirkjan Ochtman | 2020-01-29 | 1 | -0/+22 |