uv/crates/uv
Zanie Blue d8971c1eb0
Move update_environment from run to the project namespace (#3659)
Prompted by
https://github.com/astral-sh/uv/pull/3657#discussion_r1606041239

There's still some level of discomfort here, as the `tool` module needs
needs to import the `project` module to manage an environment. We should
probably move most of the basic operations in the `project` module root
into some sort of shared module for behind the scenes operations?

Regardless, this change should simplify that future move.
2024-05-19 20:48:24 -05:00
..
src Move update_environment from run to the project namespace (#3659) 2024-05-19 20:48:24 -05:00
tests Track parsed Git URL components in GitSourceUrl (#3656) 2024-05-20 00:43:30 +00:00
build.rs Bring harmony to the test snapshot filtering situation (#2678) 2024-03-27 14:10:12 +00:00
Cargo.toml Add UV_CONCURRENT_INSTALLS variable in favor of RAYON_NUM_THREADS (#3646) 2024-05-17 23:12:37 -04:00