Skip to content

Commit

Permalink
Updated petgraph to 0.6. (#536)
Browse files Browse the repository at this point in the history
Co-authored-by: Lucio Franco <luciofranco14@gmail.com>
  • Loading branch information
Julien Kauffmann and LucioFranco authored Sep 17, 2021
1 parent 3f2e465 commit 4c12921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prost-build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ heck = "0.3"
itertools = "0.10"
log = "0.4"
multimap = { version = "0.8", default-features = false }
petgraph = { version = "0.5", default-features = false }
petgraph = { version = "0.6", default-features = false }
prost = { version = "0.8.0", path = "..", default-features = false }
prost-types = { version = "0.8.0", path = "../prost-types", default-features = false }
tempfile = "3"
Expand Down

0 comments on commit 4c12921

Please sign in to comment.