uv/crates/uv-settings
Aria Desires 9cf7821741 Add missing validations for disallowed uv.toml fields (#14322)
We weren't following our usual "destructure all the options" pattern in
this function, and several "this isn't actually read from uv.toml"
fields slipped through the cracks over time since folks forgot it
existed.

Fixes part of #14308, although we could still try to make the warning in
FilesystemOptions more accurate?

You could argue this is a breaking change, but I think it ultimately
isn't really, because we were already silently ignoring these fields.
Now we properly error.
2025-07-17 17:20:21 -05:00
..
src Add missing validations for disallowed uv.toml fields (#14322) 2025-07-17 17:20:21 -05:00
Cargo.toml Add uv add --bounds to configure the version constraint (#12946) 2025-05-28 13:11:31 +00:00