about summary refs log tree commit diff
path: root/crates/sourcegen/Cargo.toml
AgeCommit message (Collapse)AuthorLines
2022-06-10internal: Bump DependenciesLukas Wirth-1/+1
2022-03-17Bump xshell and fix distLaurențiu Nicola-1/+1
2022-03-14:arrow_up: xshellAleksey Kladov-1/+1
2021-12-16Bump MSRV (1.57)iDawer-1/+1
2021-10-23Set MSRVLaurențiu Nicola-0/+1
2021-10-21Migrate to edition 2021Lukas Wirth-1/+1
2021-07-05minor: drop dummy authors fieldAleksey Kladov-1/+0
2021-07-03internal: overhaul code generationAleksey Kladov-0/+13
* Keep codegen adjacent to the relevant crates. * Remove codgen deps from xtask, speeding-up from-source installation. This regresses the release process a bit, as it now needs to run the tests (and, by extension, compile the code).