uv/crates/uv-resolver
konsti a3569b5b96
Group resolver options in lockfile (#5853)
There are three options that determine resolver behavior:

* resolution mode
* prerelease mode
* exclude newer

They are different from the other top level options: If they mismatch,
we recreate the resolution. To distinguish them from the rest of the
lockfile, we group them under an `[options]` header.

1/3 for #4893
2024-08-07 14:11:59 -04:00
..
src Group resolver options in lockfile (#5853) 2024-08-07 14:11:59 -04:00
Cargo.toml Capture portable path serialization in a struct (#5652) 2024-07-31 16:00:37 +00:00