Skip to content

Commit d8b387d

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 9a2c316 commit d8b387d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/Cargo.toml

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