diff options
| author | Mateusz Mikuła <matti@marinelayer.io> | 2019-09-11 19:03:28 +0200 |
|---|---|---|
| committer | Mateusz Mikuła <mati865@gmail.com> | 2019-09-11 19:15:32 +0200 |
| commit | 935394f4f85ecf43e0c5c2c66300a130dfe1e6c6 (patch) | |
| tree | c485d94b04319d428561b5cc5f4ed484a4df5239 /src/librustc_data_structures | |
| parent | 74d5c70b174f06843049af2d764ff57ddc81c81c (diff) | |
| download | rust-935394f4f85ecf43e0c5c2c66300a130dfe1e6c6.tar.gz rust-935394f4f85ecf43e0c5c2c66300a130dfe1e6c6.zip | |
Upgrade parking_lot and tempfile rustc dependencies
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"] |
