Investigate config vs event mismatch waveform 1181 vs 162 ele

This commit is contained in:
Dominik Werder
2023-09-02 06:25:40 +02:00
parent 790edee192
commit 76c61f564c
17 changed files with 188 additions and 115 deletions
+5 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "err"
version = "0.0.4"
version = "0.0.5"
authors = ["Dominik Werder <dominik.werder@gmail.com>"]
edition = "2021"
@@ -18,5 +18,8 @@ chrono = { version = "0.4.26", features = ["serde"] }
url = "2.4.0"
regex = "1.9.1"
http = "0.2.9"
thiserror = { path = "../../../thiserror" }
thiserror = "=0.0.1"
anyhow = "1.0"
[patch.crates-io]
thiserror = { git = "https://github.com/dominikwerder/thiserror.git" }