From 4ed43ca2fdfd37d1efa9ee00bcd31e1169b27928 Mon Sep 17 00:00:00 2001 From: Dominik Werder Date: Fri, 1 Sep 2023 21:39:21 +0200 Subject: [PATCH] Trigger --- ingest-linux/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ingest-linux/Cargo.toml b/ingest-linux/Cargo.toml index a1496f1..c7f5ab0 100644 --- a/ingest-linux/Cargo.toml +++ b/ingest-linux/Cargo.toml @@ -6,6 +6,6 @@ edition = "2021" [dependencies] libc = "0.2" -thiserror = "1.0.41" +thiserror = "=0.0.1" log = { path = "../log" } taskrun = { path = "../../daqbuffer/crates/taskrun" }