summaryrefslogtreecommitdiff
path: root/maint/fixup-features/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* Increment MSRV to 1.65 in every crate.Nick Mathewson2023-04-111-1/+1
|
* New "fixup-features" tool to enforce properties in Cargo.tomlsNick Mathewson2023-03-201-0/+17
See top-level main.rs comment for an explanation. Closes #771