Skip to content

Commit e86019c

Browse files
authored
Rollup merge of #69086 - tmandry:probestack-hidden-2, r=Dylan-DPC
Update compiler-builtins to 0.1.25 - rust-lang/compiler-builtins#340 Set probestack visibility to hidden on ELF targets Fixes #68794. Tested in CI: #69045. r? @Mark-Simulacrum
2 parents a908716 + ee85e91 commit e86019c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: Cargo.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -576,9 +576,9 @@ dependencies = [
576576

577577
[[package]]
578578
name = "compiler_builtins"
579-
version = "0.1.24"
579+
version = "0.1.25"
580580
source = "registry+https://github.com/rust-lang/crates.io-index"
581-
checksum = "b9975aefa63997ef75ca9cf013ff1bb81487aaa0b622c21053afd3b92979a7af"
581+
checksum = "438ac08ddc5efe81452f984a9e33ba425b00b31d1f48e6acd9e2210aa28cc52e"
582582
dependencies = [
583583
"cc",
584584
"rustc-std-workspace-core",

0 commit comments

Comments
 (0)