Investigate config vs event mismatch waveform 1181 vs 162 ele
This commit is contained in:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user