Open hackaugusto opened 8 months ago
Often in PR reviews the following things are asked:
{ version = "1.0" }
"1.0"
These changes can probably be automated, and then added as a cargo make rule
cargo make
Removing unused deps is harder than I thought. There seems to be a few tools to do that:
This might help: https://github.com/lurk-lab/ci-workflows/blob/main/.github/workflows/unused-deps.yml
Often in PR reviews the following things are asked:
{ version = "1.0" }
, instead of"1.0"
directlyThese changes can probably be automated, and then added as a
cargo make
rule