radicle-heartwood-lfs/crates/radicle
Lorenz Leutgeb ce11f03fe6 radicle/profile: Control socket path for Windows
The `winpipe` crate which is our current best bet for support on Windows
requires that named pipes are at the magical location `\\.pipe\`.

Provide a default on Windows that matches this, and use our freshly
assigned IANA service name for it.

This is a breaking change, as we remove a `pub const`, it should be
reasonably easy to fix by dependents, and probably it was a mistake to
make the default `pub const` as dependents should call `Home::socket`
anyway.
2025-08-22 15:29:08 +01:00
..
src radicle/profile: Control socket path for Windows 2025-08-22 15:29:08 +01:00
CHANGELOG.md radicle/profile: Control socket path for Windows 2025-08-22 15:29:08 +01:00
Cargo.toml fix: Normalize filesystem paths with `dunce` 2025-08-22 15:11:43 +01:00