Skip to content

Commit eb29255

Browse files
committed
Auto merge of #129619 - sunshowers:update-stacker, r=<try>
Update stacker to 0.1.17 The main new feature is support for detecting the current stack size on illumos. (See [my blog post] for the context which led to this.) [my blog post]: https://sunshowers.io/posts/rustc-segfault-illumos/ try-job: x86_64-mingw
2 parents 100fde5 + ea6df5c commit eb29255

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -4978,15 +4978,15 @@ dependencies = [
49784978

49794979
[[package]]
49804980
name = "stacker"
4981-
version = "0.1.15"
4981+
version = "0.1.17"
49824982
source = "registry+https://github.com/rust-lang/crates.io-index"
4983-
checksum = "c886bd4480155fd3ef527d45e9ac8dd7118a898a46530b7b94c3e21866259fce"
4983+
checksum = "799c883d55abdb5e98af1a7b3f23b9b6de8ecada0ecac058672d7635eb48ca7b"
49844984
dependencies = [
49854985
"cc",
49864986
"cfg-if",
49874987
"libc",
49884988
"psm",
4989-
"winapi",
4989+
"windows-sys 0.59.0",
49904990
]
49914991

49924992
[[package]]

compiler/rustc_data_structures/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ rustc_index = { path = "../rustc_index", package = "rustc_index" }
2222
rustc_macros = { path = "../rustc_macros" }
2323
rustc_serialize = { path = "../rustc_serialize" }
2424
smallvec = { version = "1.8.1", features = ["const_generics", "union", "may_dangle"] }
25-
stacker = "0.1.15"
25+
stacker = "0.1.17"
2626
tempfile = "3.2"
2727
thin-vec = "0.2.12"
2828
tracing = "0.1"

0 commit comments

Comments
 (0)