Skip to content

Commit

Permalink
Bump petgraph to 0.4.5
Browse files Browse the repository at this point in the history
Rust recently updated their stable version which necessitates updating
pergraph
  • Loading branch information
grimreaper committed Sep 1, 2017
1 parent b170aeb commit cb7639a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/rust/engine/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 src/rust/engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ glob = "0.2.11"
ignore = "0.1.8"
lazy_static = "0.2.2"
ordermap = "0.2.8"
petgraph = "0.4.4"
petgraph = "0.4.5"
# TODO: See https://github.com/alexcrichton/tar-rs/pull/107.
tar = { git = "https://github.com/stuhood/tar-rs", rev = "893a96e89c84f44f60f0e2398d27ae3267d196f8" }
tempdir = "0.3.5"

0 comments on commit cb7639a

Please sign in to comment.