mirror of
https://github.com/astral-sh/uv
synced 2026-01-21 05:20:09 -05:00
Most times we compile with `cargo build`, we don't actually need `uv-dev`. By making `uv-dev` dependent on a new `dev` feature, it doesn't get built by default anymore, but only when passing `--features dev`. Hopefully a small improvement for compile times or at least system load.