diff options
| author | John Kåre Alsaker <john.kare.alsaker@gmail.com> | 2018-06-01 15:00:17 +0200 |
|---|---|---|
| committer | John Kåre Alsaker <john.kare.alsaker@gmail.com> | 2018-06-01 15:00:17 +0200 |
| commit | 461fa8495ef0b5b5d9fdc9b84c0dd9b0fd6e25bb (patch) | |
| tree | 9a642e835a6b718624ff7da9fd3f4fe222e998f9 | |
| parent | c6dbb14097c46d1438058ffd9d7838cb906f19fb (diff) | |
| download | rust-461fa8495ef0b5b5d9fdc9b84c0dd9b0fd6e25bb.tar.gz rust-461fa8495ef0b5b5d9fdc9b84c0dd9b0fd6e25bb.zip | |
Update Cargo.lock
| -rw-r--r-- | src/Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Cargo.lock b/src/Cargo.lock index 3a27107f825..d5a1d18a676 100644 --- a/src/Cargo.lock +++ b/src/Cargo.lock @@ -2044,6 +2044,7 @@ dependencies = [ "parking_lot_core 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-rayon 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-rayon-core 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "rustc_cratesio_shim 0.0.0", "serialize 0.0.0", "stable_deref_trait 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
