Version on crate.io has been updated for petgraph-graphml

This commit is contained in:
elvis
2025-07-14 16:54:49 +02:00
parent 3be9939c09
commit 047a7a517e

View File

@ -11,6 +11,6 @@ regex = { version = "1", features = ["unicode-bool"] }
lalrpop-util = { version = "*", features = ["lexer", "unicode"] } lalrpop-util = { version = "*", features = ["lexer", "unicode"] }
petgraph = { version = "*", features = ["serde-1"] } petgraph = { version = "*", features = ["serde-1"] }
# TODO remove git and use crates.io version when updated # 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 = { version = "1", features = ["derive", "rc"] }
serde_cbor_2 = { version = "*" } serde_cbor_2 = { version = "*" }