uv/crates/uv-cli
Zanie Blue d0a6f5d13f
Add support for relative durations in `exclude-newer` (#16814)
Adds support for "friendly" durations like, 1 week, 7 days, 24 hours
using Jiff's parser. During resolution, we calculate this relative to
the current time and resolve it into a concrete timestamp for the
lockfile. If the span has not changed, e.g., to another relative value,
then locking again will not change the lockfile. The locked timestamp
will only be updated when the lockfile is invalidated, e.g., with
`--upgrade`. This prevents the lockfile from repeatedly churning when a
relative value is used.
2025-12-09 19:52:14 +00:00
..
src Add support for relative durations in `exclude-newer` (#16814) 2025-12-09 19:52:14 +00:00
Cargo.toml Bump version to 0.9.16 (#17008) 2025-12-06 07:52:06 -06:00
README.md Bump version to 0.9.16 (#17008) 2025-12-06 07:52:06 -06:00
build.rs Fix commits_since_last_tag in version info (#9730) 2024-12-09 09:43:27 -06:00

README.md

uv-cli

This crate is an internal component of uv. The Rust API exposed here is unstable and will have frequent breaking changes.

This version (0.0.6) is a component of uv 0.9.16. The source can be found here.

See uv's crate versioning policy for details on versioning.