uv/crates/puffin-resolver/tests
Charlie Marsh 3072c3265e
Add support for lowest and lowest-direct resolution modes (#160)
Borrows terminology from pnpm by introducing three resolution modes:

- "Highest": always choose the highest compliant version (default).
- "Lowest": always choose the lowest compliant version.
- "LowestDirect": choose the lowest compliant version of direct
dependencies, and the highest compliant version of any transitive
dependencies. (This makes a bit more sense than "lowest".)

Closes https://github.com/astral-sh/puffin/issues/142.
2023-10-21 22:58:06 -04:00
..
snapshots Add support for lowest and lowest-direct resolution modes (#160) 2023-10-21 22:58:06 -04:00
resolver.rs Add support for lowest and lowest-direct resolution modes (#160) 2023-10-21 22:58:06 -04:00