Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-04-18 | Version bump to 0.6.2 | Dirkjan Ochtman | 1 | -1/+1 | |
2018-04-12 | Bump version numbers to 0.6.1 | Dirkjan Ochtman | 1 | -1/+1 | |
2018-04-12 | Isolate proc-macro dependency to the proc macro | David Tolnay | 1 | -3/+0 | |
The dependency of askama on askama_shared on syn on libproc_macro used to mean libproc_macro would be dynamically linked into any crate using askama. We want only askama_derive to have a runtime dependency on proc macro. This commit moves all proc macro code from askama_shared into askama_derive so that the askama crate no longer dynamically links libproc_macro. | |||||
2018-04-12 | Bump version numbers to 0.6.0 | Dirkjan Ochtman | 1 | -1/+1 | |
2018-04-02 | Upgrade to latest syn and quote | Dirkjan Ochtman | 1 | -2/+2 | |
2018-01-09 | Upgrade to syn-0.12 and quote-0.4 | Dirkjan Ochtman | 1 | -2/+2 | |
2017-09-07 | Bump version number to 0.5.0 | Dirkjan Ochtman | 1 | -1/+1 | |
2017-09-06 | Update dependency on error-chain to 0.11 | Dirkjan Ochtman | 1 | -1/+1 | |
2017-09-06 | Add package metadata for new askama_shared crate | Dirkjan Ochtman | 1 | -0/+4 | |
2017-09-06 | Bump version number to 0.4.0 | Dirkjan Ochtman | 1 | -1/+1 | |
2017-08-27 | Move most of the code into new askama_shared crate | Dirkjan Ochtman | 1 | -0/+19 | |
This makes it possible to share code between askama and askama_derive. |