Upgraded petgraph, hash for traces

This commit is contained in:
elvis
2025-10-19 17:11:32 +02:00
parent 08d195ab06
commit ae4bcb19c8
5 changed files with 7 additions and 7 deletions

View File

@ -8,6 +8,6 @@ rsprocess = { path = "../rsprocess/" }
assert = { path = "../assert/" }
bisimilarity = { path = "../bisimilarity/" }
colored = { version = "*" }
petgraph = { version = "0.8", features = ["serde-1"] }
petgraph = { version = ">=0.8", features = ["serde-1"] }
petgraph-graphml = { version = "*" }
lalrpop-util = { version = "*", features = ["lexer", "unicode"] }