Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-05-19 | Update to rocket 0.5-rc.3 | 1 | -0/+6 | ||
2022-06-16 | Update to Rocket 0.5 | 1 | -13/+15 | ||
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-01-04 | askama_rocket: revert to rocket 0.4 for release | 1 | -5/+7 | ||
2021-06-15 | Support rocket 0.5.0-rc.1 based on @flo-l's PR (#495) | 1 | -7/+5 | ||
See #412 for earlier iteration. | |||||
2020-01-29 | Move Rocket integration into askama_rocket crate | 1 | -1/+0 | ||
2018-12-08 | Use 2018 edition idioms | 1 | -1/+0 | ||
2018-12-08 | Remove unused macro_use attributes | 1 | -1/+0 | ||
2018-12-08 | Upgrade to Rocket 0.4 | 1 | -2/+2 | ||
2018-07-22 | Work around conflicting dependencies for actix-web and rocket | 1 | -1/+1 | ||
2018-06-21 | Fix formatting with cargo fmt | 1 | -1/+1 | ||
2017-08-23 | Add test for Rocket support | 1 | -0/+33 | ||