Skip to content

Commit

Permalink
fix: the petgraph version was reverted (#1965)
Browse files Browse the repository at this point in the history
Co-authored-by: Thibault Martinez <[email protected]>
  • Loading branch information
valeriyr and thibault-martinez authored Aug 22, 2024
1 parent 509609d commit ded8599
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 18 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 26 additions & 10 deletions external-crates/move/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion external-crates/move/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ log = { version = "0.4", features = ["serde"] }
num = "0.4"
once_cell = "1.19"
parking_lot = "0.12"
petgraph = "0.6"
petgraph = "0.5.1"
proptest = "1.5"
proptest-derive = "0.5"
rand = "0.8"
Expand Down

0 comments on commit ded8599

Please sign in to comment.