Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-08-05 | Remove the askama_iron integration | Dirkjan Ochtman | 1 | -36/+0 | |
This web framework seems not to have been updated for quite a while, and its current version appears to depend on vulnerable crates. Remove it for now. If someone wants to fix up Iron upstream and reinstate this, I'd be happy to review your PR. | |||||
2020-01-29 | Move Iron integration into a separate askama_iron crate | Dirkjan Ochtman | 1 | -1/+0 | |
2018-12-08 | Use 2018 edition idioms | Dirkjan Ochtman | 1 | -3/+0 | |
2018-12-08 | Remove unused macro_use attributes | Dirkjan Ochtman | 1 | -1/+0 | |
2018-11-04 | Disable tests that need dependencies by default | Dirkjan Ochtman | 1 | -0/+1 | |
2018-01-19 | infer Content-type from the file extension for iron integration | Hajime Fukuda | 1 | -0/+20 | |
2017-08-24 | Simplify Rocket test slightly | Dirkjan Ochtman | 1 | -1/+1 | |
2017-08-23 | Add test for Iron support | Dirkjan Ochtman | 1 | -0/+20 | |