record-daemon: fix linux builds
Some checks failed
record-daemon / Build, check and test (push) Failing after 55s
record-daemon / Build Windows (xwin) (push) Has been skipped

This commit is contained in:
2026-03-21 13:40:10 +01:00
parent fb3a26b961
commit 5121a46533
5 changed files with 154 additions and 20 deletions

View File

@@ -73,7 +73,7 @@ display-info = "0.5"
# Signal handling for graceful shutdown (Unix only)
[target.'cfg(unix)'.dependencies]
signal-hook = "0.4"
signal-hook-tokio = { version = "0.4" }
signal-hook-tokio = { version = "0.4", features = ["futures-v0_3"] }
# Windows-specific dependencies
[target.'cfg(windows)'.dependencies]