From 047a7a517e0c9f85c623cc991669440babfe5d7f Mon Sep 17 00:00:00 2001 From: elvis Date: Mon, 14 Jul 2025 16:54:49 +0200 Subject: [PATCH] Version on crate.io has been updated for petgraph-graphml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 36e652a..b39e97f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,6 @@ regex = { version = "1", features = ["unicode-bool"] } lalrpop-util = { version = "*", features = ["lexer", "unicode"] } petgraph = { version = "*", features = ["serde-1"] } # TODO remove git and use crates.io version when updated -petgraph-graphml = { git = "https://github.com/jonasbb/petgraph-graphml" } +petgraph-graphml = { version = "5" } serde = { version = "1", features = ["derive", "rc"] } serde_cbor_2 = { version = "*" }