Skip to content

Commit a26335b

Browse files
committed
update stacker to 0.1.9 to unbreak build on OpenBSD
1 parent 6f5c782 commit a26335b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4778,9 +4778,9 @@ checksum = "ffbc596e092fe5f598b12ef46cc03754085ac2f4d8c739ad61c4ae266cc3b3fa"
47784778

47794779
[[package]]
47804780
name = "stacker"
4781-
version = "0.1.8"
4781+
version = "0.1.9"
47824782
source = "registry+https://github.com/rust-lang/crates.io-index"
4783-
checksum = "32c2467b8abbb417e4e62fd62229719b9c9d77714a7fa989f1afad16ba9c9743"
4783+
checksum = "72dd941b456e1c006d6b9f27c526d5b69281288aeea8cba82c19d3843d8ccdd2"
47844784
dependencies = [
47854785
"cc",
47864786
"cfg-if",

src/librustc_data_structures/Cargo.toml

Lines changed: 1 addition & 1 deletion
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)