aboutsummaryrefslogtreecommitdiffstats
path: root/askama_actix/Cargo.toml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add MSRV checking in CILibravatar Dirkjan Ochtman2023-09-291-1/+1
| | | | Bump MSRV to 1.65 for the use of let .. else.
* Bump versions for Askama 0.12 (#784)Libravatar Dirkjan Ochtman2023-03-031-2/+2
|
* Apply clippy suggestions for 1.67 (#769)Libravatar Dirkjan Ochtman2023-01-301-1/+2
|
* Update dependenciesLibravatar Dirkjan Ochtman2022-09-211-1/+1
|
* Update actix-test requirement from =0.1.0-beta.13 to =0.1.0Libravatar dependabot[bot]2022-07-251-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 cratesLibravatar René Kijewski2022-06-071-0/+10
|
* Update version numbersLibravatar René Kijewski2022-03-231-3/+2
|
* Actix Web v4.0 is hereLibravatar René Kijewski2022-02-251-3/+4
|
* Update actix-test requirement from =0.1.0-beta.12 to =0.1.0-beta.13Libravatar dependabot[bot]2022-02-161-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.1Libravatar Dirkjan Ochtman2022-02-011-2/+2
|
* Update for actix-web betaLibravatar René Kijewski2022-01-051-3/+2
|
* Use strict matching for prereleasesLibravatar Dirkjan Ochtman2022-01-051-4/+5
|
* askama_actix: revert to actix-web v3 for releaseLibravatar Dirkjan Ochtman2022-01-041-5/+4
|
* updated for actix-web 4.0.0-beta.14Libravatar CrunkLord4202021-12-141-2/+2
|
* Bump version numbersLibravatar Dirkjan Ochtman2021-11-241-1/+1
|
* Remove authors from Cargo metadata (see RFC 3052)Libravatar Dirkjan Ochtman2021-11-241-1/+0
|
* Prepare for actix-web v4 (#553)Libravatar Sergey Pashinin2021-11-111-3/+4
|
* Bump version numbers in anticipation of beta releaseLibravatar Dirkjan Ochtman2021-08-211-1/+1
|
* Rename askama_actix trait method as suggested by clippyLibravatar Dirkjan Ochtman2021-02-151-1/+1
| | | | | By bumping the dependency versions for askama and askama_shared, this should be safe.
* Disable askama's default features in web framework cratesLibravatar Randati2020-12-211-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.1Libravatar Dirkjan Ochtman2020-10-181-1/+1
|
* Do not include default actix-web featuresLibravatar Rob Ede2020-09-251-1/+1
| | | closes #360
* actix: upgrade to actix 3Libravatar Dirkjan Ochtman2020-09-111-2/+2
|
* Tweak dependency on futures for Actix integrationLibravatar Dirkjan Ochtman2020-06-301-1/+1
|
* Reference READMEs in crate metadataLibravatar Dirkjan Ochtman2020-06-301-0/+1
|
* Bump version numbersLibravatar Dirkjan Ochtman2020-06-301-2/+2
|
* Move Actix-Web integration into separate askama_actix crateLibravatar Dirkjan Ochtman2020-01-291-0/+22