about summary refs log tree commit diff
path: root/src/librustc_data_structures
diff options
context:
space:
mode:
authorSébastien Marie <semarie@online.fr>2020-05-10 10:23:13 +0000
committerSébastien Marie <semarie@online.fr>2020-05-10 10:23:13 +0000
commita26335b2a0972ccd92468f9ea811a5c9253c9f84 (patch)
treea240f7149a3bf6b4a318bafa079fe10916593e8f /src/librustc_data_structures
parent6f5c7827b71d1e1e4831fa7522e49acaf2a9e44e (diff)
downloadrust-a26335b2a0972ccd92468f9ea811a5c9253c9f84.tar.gz
rust-a26335b2a0972ccd92468f9ea811a5c9253c9f84.zip
update stacker to 0.1.9 to unbreak build on OpenBSD
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 f543f8051a4..81ad032967b 100644
--- a/src/librustc_data_structures/Cargo.toml
+++ b/src/librustc_data_structures/Cargo.toml
@@ -28,7 +28,7 @@ rustc_index = { path = "../librustc_index", package = "rustc_index" }
 bitflags = "1.2.1"
 measureme = "0.7.1"
 libc = "0.2"
-stacker = "0.1.6"
+stacker = "0.1.9"
 
 [dependencies.parking_lot]
 version = "0.10"