diff options
| author | Gabriel Majeri <gabriel.majeri6@gmail.com> | 2018-09-08 09:04:29 +0300 |
|---|---|---|
| committer | Gabriel Majeri <gabriel.majeri6@gmail.com> | 2018-09-08 09:04:29 +0300 |
| commit | b31eaa4a080c8f1cdeb5e3730f12a0f9905dbb98 (patch) | |
| tree | fa74479f3a0cd05b2e4d29198b81792e870607c9 /src/bootstrap | |
| parent | 295ad30ef452de5331edb5e0ee6f666f632758c4 (diff) | |
| download | rust-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.toml | 2 |
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" |
