Update deps, log, error return

This commit is contained in:
Dominik Werder
2025-06-03 12:29:07 +02:00
parent 1ddf18276f
commit 9d20359126
16 changed files with 203 additions and 140 deletions
+1 -1
View File
@@ -6,6 +6,6 @@ edition = "2024"
[dependencies]
libc = "0.2"
autoerr = "0.0.3"
autoerr = "0.0"
log = { path = "../log" }
taskrun = { path = "../../daqbuffer/crates/taskrun" }