aboutsummaryrefslogtreecommitdiff
path: root/maint/fixup-features/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* fixup-features: Add an option to not annotate.Nick Mathewson2023-05-151-0/+1
|
* fixup-features: Make a feature graph type in a submoduleNick Mathewson2023-05-151-0/+1
| | | | | I tried to use petgraph, but it was optimized for performance over usability, and the usability was beyond me.
* 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