mirror of
https://github.com/cjfranko/NTP-Timeturner.git
synced 2025-11-08 10:22:02 +00:00
fix: switch to systemd crate to resolve build failure
Co-authored-by: aider (gemini/gemini-2.5-pro-preview-05-06) <aider@aider.chat>
This commit is contained in:
parent
2ac14c8d5b
commit
4ebe8b597a
2 changed files with 2 additions and 2 deletions
|
|
@ -20,5 +20,5 @@ clap = { version = "4.4", features = ["derive"] }
|
|||
log = "0.4"
|
||||
|
||||
[target.'cfg(target_os = "linux")'.dependencies]
|
||||
systemd-journal-logger = { version = "1.0", features = ["systemd"] }
|
||||
systemd = { version = "0.10", features = ["journal"] }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue