openpencil/crates/op-collab-relay-locator-server
Kayshen-X d724c2d7b3 fix(collab): gate the unix-only locator production-check imports
The real production check runs a HSM signing round trip that only
compiles on unix (a cfg(not(unix)) stub returns UnsupportedPlatform),
so its imports, the fixed_expired_claims helper and the
EXPIRED_NOT_BEFORE_UNIX constant are all unused on windows and tripped
clippy -D warnings there. Gate them with cfg(unix), matching the
existing UnixHsmRelayLocatorSigner import. Verified clean via
cargo xwin clippy for x86_64-pc-windows-msvc and unchanged on unix.
2026-08-10 08:49:22 +08:00
..
src fix(collab): gate the unix-only locator production-check imports 2026-08-10 08:49:22 +08:00
Cargo.toml fix(collab): rotate production trust roots safely 2026-08-09 17:17:08 +08:00
LICENSE feat(collab): ship public relay collaboration 2026-07-29 21:42:33 +08:00