WIP change container type

This commit is contained in:
Dominik Werder
2024-11-30 11:44:49 +01:00
parent 927ef9ca55
commit aeefe566b7
5 changed files with 38 additions and 28 deletions

View File

@@ -14,7 +14,7 @@ bytes = "1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
chrono = "0.4"
async-channel = "1.9.0"
async-channel = "1.9"
parking_lot = "0.12"
crc32fast = "1.2"
daqbuf-err = { path = "../../../daqbuf-err" }