use thiserror for protocol error type

This commit is contained in:
2026-01-05 17:26:05 +01:00
parent bb9e232005
commit d2c35dc601
3 changed files with 5 additions and 0 deletions
Generated
+1
View File
@@ -537,6 +537,7 @@ name = "lib-bms-protocol"
version = "0.1.0"
dependencies = [
"embedded-hal 1.0.0",
"thiserror",
]
[[package]]