about summary refs log tree commit diff
path: root/src/librustc_data_structures
diff options
context:
space:
mode:
authorBastien Orivel <eijebong@bananium.fr>2019-02-22 13:49:19 +0100
committerBastien Orivel <eijebong@bananium.fr>2019-02-22 13:49:19 +0100
commita82f0ce54befa3808278384e4deab43e7d683e71 (patch)
tree034ac5edbd66821f5efcf85d40d99bb7f2d3bb34 /src/librustc_data_structures
parent1005f3bac79f16ff48fd9fbb6d8de2798115dac9 (diff)
downloadrust-a82f0ce54befa3808278384e4deab43e7d683e71.tar.gz
rust-a82f0ce54befa3808278384e4deab43e7d683e71.zip
Update parking_lot to 0.7
Unfortunately this'll dupe parking_lot until the data_structures crate
is published and be updated in rls in conjunction with crossbeam-channel
Diffstat (limited to 'src/librustc_data_structures')
-rw-r--r--src/librustc_data_structures/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_data_structures/Cargo.toml b/src/librustc_data_structures/Cargo.toml
index f781952d417..6aa262715ec 100644
--- a/src/librustc_data_structures/Cargo.toml
+++ b/src/librustc_data_structures/Cargo.toml
@@ -23,5 +23,5 @@ rustc-hash = "1.0.1"
 smallvec = { version = "0.6.7", features = ["union", "may_dangle"] }
 
 [dependencies.parking_lot]
-version = "0.6"
+version = "0.7"
 features = ["nightly"]