mirror of
https://github.com/astral-sh/uv
synced 2026-06-21 13:47:25 +00:00
05c529a681
Adding the `stop_discovery_at.is_none()` at https://github.com/astral-sh/uv/blob/53d3f5443441ff5ef17b66a0d68cf7091dd5a091/crates/uv-workspace/src/workspace.rs#L1734-L1754 in https://github.com/astral-sh/uv/pull/18311 inadvertently caused a regression when `stop_discovery_at` was missing during workspace discovery. This PR fixes that by always passing in `stop_discovery_at` when discovering workspaces in the cache. --------- Co-authored-by: Tomasz Kramkowski <tom@astral.sh>