From 038e119c56b5f1527168e973753b168d74171018 Mon Sep 17 00:00:00 2001 From: m4b Date: Tue, 17 Oct 2017 21:14:01 -0700 Subject: [PATCH] update petgraph --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 8c66784c..dca1da4d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -632,7 +632,7 @@ dependencies = [ [[package]] name = "petgraph" version = "0.4.10" -source = "git+https://github.com/m4b/petgraph?branch=dominance_frontiers#6ea8c947b679780ee156e445ea0edfa01676dcdc" +source = "git+https://github.com/m4b/petgraph?branch=dominance_frontiers#9a6af51bf9803414d68e27f5e8d08600ce2a6212" dependencies = [ "fixedbitset 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", "ordermap 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",