Exclude radicle-systemd from non-linux builds
This conditionally enables the journal feature on linux only,
in order to improve the out of the box experience on other
platforms (e.g. on macOS) where cargo build --workspace
currently fails.
Signed-off-by: Yorgos Saslis yorgos.work@proton.me
2 files changed
+2
-2
e70850cb
→
9793b4e7
modified crates/radicle-node/Cargo.toml
@@ -48,7 +48,7 @@ tempfile = { workspace = true }
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-systemd/Cargo.toml
@@ -13,6 +13,6 @@ log = { workspace = true, optional = true }
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|