about summary refs log tree commit diff
path: root/src/librustc_data_structures
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2020-05-16 03:55:49 +0000
committerbors <bors@rust-lang.org>2020-05-16 03:55:49 +0000
commit84539360498cab3c70a7c9114c0b8106c8e1b06b (patch)
tree056ac744eb5a484fc6a8769fd28b48b8365b8201 /src/librustc_data_structures
parent163445ac80225090c81e7ff1b185fb5dca52e3b2 (diff)
parenta26335b2a0972ccd92468f9ea811a5c9253c9f84 (diff)
Auto merge of #72079 - semarie:openbsd-stacker, r=Mark-Simulacrum
update stacker to 0.1.9 to unbreak build on OpenBSD

the version 0.1.8 of stacker (what is currently pinned in Cargo.lock) doesn't build on OpenBSD (see https://github.com/rust-lang/stacker/pull/34).

update the version to 0.1.9
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"