about summary refs log tree commit diff
path: root/src/bootstrap
diff options
context:
space:
mode:
authorGabriel Majeri <gabriel.majeri6@gmail.com>2018-09-08 09:04:29 +0300
committerGabriel Majeri <gabriel.majeri6@gmail.com>2018-09-08 09:04:29 +0300
commitb31eaa4a080c8f1cdeb5e3730f12a0f9905dbb98 (patch)
treefa74479f3a0cd05b2e4d29198b81792e870607c9 /src/bootstrap
parent295ad30ef452de5331edb5e0ee6f666f632758c4 (diff)
downloadrust-b31eaa4a080c8f1cdeb5e3730f12a0f9905dbb98.tar.gz
rust-b31eaa4a080c8f1cdeb5e3730f12a0f9905dbb98.zip
Update `petgraph` dependency to 0.4.13
This fixes building `bootstrap` using a local Rust nightly.
Diffstat (limited to 'src/bootstrap')
-rw-r--r--src/bootstrap/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/Cargo.toml b/src/bootstrap/Cargo.toml
index 57a52603804..3e91c2b3e86 100644
--- a/src/bootstrap/Cargo.toml
+++ b/src/bootstrap/Cargo.toml
@@ -47,7 +47,7 @@ serde_json = "1.0.2"
 toml = "0.4"
 lazy_static = "0.2"
 time = "0.1"
-petgraph = "0.4.12"
+petgraph = "0.4.13"
 
 [dev-dependencies]
 pretty_assertions = "0.5"