Skip to content

Commit 0e89b1b

Browse files
committed
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.
1 parent f3d597b commit 0e89b1b

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
@@ -717,9 +717,9 @@ dependencies = [
717717

718718
[[package]]
719719
name = "compiler_builtins"
720-
version = "0.1.91"
720+
version = "0.1.92"
721721
source = "registry+https://github.com/rust-lang/crates.io-index"
722-
checksum = "571298a3cce7e2afbd3d61abb91a18667d5ab25993ec577a88ee8ac45f00cc3a"
722+
checksum = "64518f1ae689f74db058bbfb3238dfe6eb53f59f4ae712f1ff4348628522e190"
723723
dependencies = [
724724
"cc",
725725
"rustc-std-workspace-core",

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)