Skip to content

Commit 8453936

Browse files
committed
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 rust-lang/stacker#34). update the version to 0.1.9
2 parents 163445a + a26335b commit 8453936

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -4777,9 +4777,9 @@ checksum = "ffbc596e092fe5f598b12ef46cc03754085ac2f4d8c739ad61c4ae266cc3b3fa"
47774777

47784778
[[package]]
47794779
name = "stacker"
4780-
version = "0.1.8"
4780+
version = "0.1.9"
47814781
source = "registry+https://github.com/rust-lang/crates.io-index"
4782-
checksum = "32c2467b8abbb417e4e62fd62229719b9c9d77714a7fa989f1afad16ba9c9743"
4782+
checksum = "72dd941b456e1c006d6b9f27c526d5b69281288aeea8cba82c19d3843d8ccdd2"
47834783
dependencies = [
47844784
"cc",
47854785
"cfg-if",

src/librustc_data_structures/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ rustc_index = { path = "../librustc_index", package = "rustc_index" }
2828
bitflags = "1.2.1"
2929
measureme = "0.7.1"
3030
libc = "0.2"
31-
stacker = "0.1.6"
31+
stacker = "0.1.9"
3232

3333
[dependencies.parking_lot]
3434
version = "0.10"

0 commit comments

Comments
 (0)