mirror of
https://github.com/rosenpass/rosenpass.git
synced 2026-07-28 22:30:51 -07:00
- Had to remove the test checking for manpages to be generated for the keygen command since clap-mangen disabled creating manpages for hidden commands. https://github.com/clap-rs/clap/commit/d96cc71626c5291718b7db697d4aca2d03ef496f - Had to pin home to the previous version because it now requires a new rust version without major version update - Changed util/src/fd tests due to false positives in CI > note: panic did not contain expected string > panic message: `"fd != -1"`, > expected substring: `"fd != u32::MAX as RawFd"`