Skip to content

Commit 7bb4dc8

Browse files
committed
Update petgraph dep to 0.4.5
rust-lang/rust#42496 means that 0.4.4 no longer compiles with the most recently released rust toolchain. This was fixed in petgraph/petgraph#154 which is in 0.4.5.
1 parent b170aeb commit 7bb4dc8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7ffa912ffa6f260c22a1788c36974b3c4d3b635e
1+
27a5bba4e7fffd406e800ddce1c5800a9d497e22

src/rust/engine/Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/rust/engine/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ glob = "0.2.11"
2525
ignore = "0.1.8"
2626
lazy_static = "0.2.2"
2727
ordermap = "0.2.8"
28-
petgraph = "0.4.4"
28+
petgraph = "0.4.5"
2929
# TODO: See https://github.com/alexcrichton/tar-rs/pull/107.
3030
tar = { git = "https://github.com/stuhood/tar-rs", rev = "893a96e89c84f44f60f0e2398d27ae3267d196f8" }
3131
tempdir = "0.3.5"

0 commit comments

Comments
 (0)