diff options
| author | bors <bors@rust-lang.org> | 2019-09-16 11:47:11 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2019-09-16 11:47:11 +0000 |
| commit | 16c401167366d7c6deb9268058fc5f254f9d9371 (patch) | |
| tree | 8236d36e5201304ef6c1f782123a2bfe55c0eb75 /src/librustc_data_structures | |
| parent | b6269f27d99d7da9e95f0b3fdc53193dc8c42fbe (diff) | |
| parent | 935394f4f85ecf43e0c5c2c66300a130dfe1e6c6 (diff) | |
| download | rust-16c401167366d7c6deb9268058fc5f254f9d9371.tar.gz rust-16c401167366d7c6deb9268058fc5f254f9d9371.zip | |
Auto merge of #64381 - mati865:rand, r=alexcrichton
Upgrade parking_lot and tempfile rustc dependencies This should be last piece to unbreak `rustc` in https://github.com/rust-lang/rust/issues/63848
Diffstat (limited to 'src/librustc_data_structures')
| -rw-r--r-- | src/librustc_data_structures/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_data_structures/Cargo.toml b/src/librustc_data_structures/Cargo.toml index 288676ce3ff..be9f79c83bb 100644 --- a/src/librustc_data_structures/Cargo.toml +++ b/src/librustc_data_structures/Cargo.toml @@ -26,5 +26,5 @@ rustc-hash = "1.0.1" smallvec = { version = "0.6.7", features = ["union", "may_dangle"] } [dependencies.parking_lot] -version = "0.7" +version = "0.9" features = ["nightly"] |
