mirror of
https://github.com/astral-sh/uv.git
synced 2026-05-06 08:56:53 -04:00
0b16d10b27
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.