arxanas / scm-record

`scm-record` is a UI component to interactively select changes to include in a commit. It's meant to be embedded in source control tooling.
23 stars 9 forks source link

cleanup: improve library version bounds #13

Closed arxanas closed 8 months ago

arxanas commented 8 months ago

Tested with

cargo +nightly generate-lockfile -Zminimal-versions && cargo nextest run --workspace

Note that there also exists the -Zdirect-minimal-versions flag to only update immediate dependencies. That invocation with -Zdirect-minimal-versions doesn't produce any changes to the lockfile, so we don't actually need this PR.