uv/crates/uv-shell
konsti 101b56dad4
Remove the winreg crate (#11805)
Currently, we're using both the official `windows-*` with
`windows-registry` crates as well as `winreg`, an older,
community-maintained crate.

To unify the codebase, we follow the lead of rustup that already
performed this migration
(bce3ed67d2).
This is also a prerequisite to unblock the unification of the
windows-sys crate versions.

I've manually tested that `uv tool update-shell` works for adding to
PATH and correctly detects when PATH was already added.
2025-02-26 18:56:15 +01:00
..
src Remove the winreg crate (#11805) 2025-02-26 18:56:15 +01:00
Cargo.toml Remove the winreg crate (#11805) 2025-02-26 18:56:15 +01:00