chore(cargo): use our own development fork of Petgraph for now

This commit is contained in:
Mikolaj Wielgus 2024-10-25 20:10:55 +02:00
parent de0ba42e18
commit 22ad92db54
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ disable_contracts = ["contracts-try/disable_contracts"]
[dependencies]
thiserror = "1.0"
rstar = "0.12"
petgraph = "0.6.5"
petgraph = { git = "https://codeberg.org/topola/petgraph.git" }
spade = "2.12.1"
serde_json = "1.0"
contracts-try = "0.7"