Skip to content

Commit 33ded73

Browse files
authored
Rollup merge of #111876 - danakj:builtins92, r=Mark-Simulacrum
Roll compiler_builtins to 0.1.92 This pulls in the weak-intrinsics feature (which currently defaults off), and a minor version update to libm for the compiler_builtins crate to 0.2.7.
2 parents b84ab57 + 0e89b1b commit 33ded73

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: Cargo.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -726,9 +726,9 @@ dependencies = [
726726

727727
[[package]]
728728
name = "compiler_builtins"
729-
version = "0.1.91"
729+
version = "0.1.92"
730730
source = "registry+https://github.com/rust-lang/crates.io-index"
731-
checksum = "571298a3cce7e2afbd3d61abb91a18667d5ab25993ec577a88ee8ac45f00cc3a"
731+
checksum = "64518f1ae689f74db058bbfb3238dfe6eb53f59f4ae712f1ff4348628522e190"
732732
dependencies = [
733733
"cc",
734734
"rustc-std-workspace-core",

Diff for: library/std/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ panic_unwind = { path = "../panic_unwind", optional = true }
1616
panic_abort = { path = "../panic_abort" }
1717
core = { path = "../core" }
1818
libc = { version = "0.2.143", default-features = false, features = ['rustc-dep-of-std'] }
19-
compiler_builtins = { version = "0.1.91" }
19+
compiler_builtins = { version = "0.1.92" }
2020
profiler_builtins = { path = "../profiler_builtins", optional = true }
2121
unwind = { path = "../unwind" }
2222
hashbrown = { version = "0.13", default-features = false, features = ['rustc-dep-of-std'] }

0 commit comments

Comments
 (0)