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

4
Cargo.lock generated
View file

@ -41,7 +41,7 @@ dependencies = [
[[package]]
name = "argus"
version = "0.1.4"
source = "git+https://deemz.org/git/research/argus.git?branch=dev#654a0521f7020b059e134a477f280a8a5a98a490"
source = "git+https://deemz.org/git/research/argus.git?rev=654a0521f7020b059e134a477f280a8a5a98a490#654a0521f7020b059e134a477f280a8a5a98a490"
dependencies = [
"argus-derive",
"chumsky",
@ -58,7 +58,7 @@ dependencies = [
[[package]]
name = "argus-derive"
version = "0.1.2"
source = "git+https://deemz.org/git/research/argus.git?branch=dev#654a0521f7020b059e134a477f280a8a5a98a490"
source = "git+https://deemz.org/git/research/argus.git?rev=654a0521f7020b059e134a477f280a8a5a98a490#654a0521f7020b059e134a477f280a8a5a98a490"
dependencies = [
"proc-macro2",
"quote",