Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
radicle-systemd: Guard `mod listen` for Unix
✗ CI failure Lorenz Leutgeb committed 7 months ago
commit 5cd016b587a2a90f2321af41122cc12b01b7f391
parent 0095fdc58557b0c195ed97ed4c7e663f63dfbb03
2 failed (2 total) View logs
1 file changed +1 -1
modified crates/radicle-systemd/src/lib.rs
@@ -3,5 +3,5 @@
#[cfg(all(feature = "journal", target_os = "linux"))]
pub mod journal;

-
#[cfg(feature = "listen")]
+
#[cfg(all(feature = "listen", unix))]
pub mod listen;