Vypo Mouse
1856c4b57c
Update to rocket 0.5-rc.3
2023-05-19 16:06:10 +02:00
Dirkjan Ochtman
417cb924ae
Bump versions for Askama 0.12 ( #784 )
2023-03-03 18:50:56 +01:00
Dirkjan Ochtman
3003d86264
Apply clippy suggestions for 1.67 ( #769 )
2023-01-30 09:51:23 +01:00
René Kijewski
ea8be4421d
Remove ext argument in integrations
2022-09-19 12:34:44 +02:00
René Kijewski
5cdffd6e0e
Update to Rocket 0.5
...
Though Rocket 0.5 still only a release candidate, Rocket 0.4 severely
outdated, and depends on a bunch of crates with active security
advisories. Rocket 0.5 updates its dependencies to fixes versions.
Also Rocket 0.4 needs a nightly Rust, which caused multiple problems.
2022-06-16 08:44:28 +02:00
René Kijewski
0de54192a0
Expose features in integration crates
2022-06-07 14:31:58 +02:00
Andrew Wheeler(Genusis)
d5fe7dcf37
Moved Features into derive ( #662 )
...
* Moved Features into derive, Updated Askama versions to 0.11
* Lock minimal versions to 0.11.2
2022-04-06 22:10:02 +02:00
René Kijewski
332d741f21
Use Template::MIME_TYPE instead of extension
2022-01-07 13:18:03 +01:00
René Kijewski
b7b5ff0633
Add #![forbid(unsafe_code)]
to all crates except askama_escape
2022-01-06 13:05:24 +01:00
René Kijewski
9dfe4cb39a
Add #![deny(unreachable_pub)]
to all crates
2022-01-06 13:05:24 +01:00
Dirkjan Ochtman
4089181f72
askama_rocket: revert to rocket 0.4 for release
2022-01-04 21:30:15 +01:00
Dirkjan Ochtman
88cb31516e
Remove authors from Cargo metadata (see RFC 3052)
2021-11-24 20:40:59 -08:00
Dirkjan Ochtman
47c6bca8ac
Bump version numbers in anticipation of beta release
2021-08-21 19:12:41 +02:00
Dirkjan Ochtman
8bb3de0a3e
Stop eliding lifetimes in paths
2021-07-01 16:10:43 +02:00
Shritesh Bhattarai
b318d7cbcd
Support rocket 0.5.0-rc.1 based on @flo-l's PR ( #495 )
...
See #412 for earlier iteration.
2021-06-15 15:45:19 +02:00
Randati
b85b3463c3
Disable askama's default features in web framework crates
...
Without disabling these default features, askama's default features get
automatically enabled when web framework specific crates are included in
the project.
2020-12-21 14:32:47 +01:00
Dirkjan Ochtman
05b66eb3d9
Reference READMEs in crate metadata
2020-06-30 13:40:14 +02:00
Dirkjan Ochtman
ab12a29ab3
Add README files for subcrates
2020-06-30 13:35:53 +02:00
Dirkjan Ochtman
073788d10d
Bump version numbers
2020-06-30 13:14:02 +02:00
Dirkjan Ochtman
6c4132eedc
Add license files to each crate ( fixes #339 )
2020-06-30 12:09:14 +02:00
Dirkjan Ochtman
c6f9a053c7
Move Rocket integration into askama_rocket crate
2020-01-29 09:25:59 +01:00