try to check trace of states rather than trace of events

This commit is contained in:
Joeri Exelmans 2025-11-05 09:30:58 +01:00
parent 808672d884
commit 3efb84e0e7
5 changed files with 30 additions and 74 deletions

View file

@ -6,7 +6,7 @@ version = "0.1.4" # follows argus version
crate-type = ["cdylib"]
[dependencies]
argus = { git = "https://deemz.org/git/research/argus.git", branch = "dev" }
argus = { git = "https://deemz.org/git/research/argus.git", rev="654a0521f7020b059e134a477f280a8a5a98a490" }
js-sys = "0.3.82"
serde = { version = "1.0.228", features = ["derive"] }
serde-wasm-bindgen = "0.6.5"