From 22ad92db54778f168ecdd59170d90d4373a38819 Mon Sep 17 00:00:00 2001 From: Mikolaj Wielgus Date: Fri, 25 Oct 2024 20:10:55 +0200 Subject: [PATCH] chore(cargo): use our own development fork of Petgraph for now --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f125a4f..a96738e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"