Skip to content

Commit cd2fb43

Browse files
committed
Update compiler-builtins
This was originally a part of #100316. However, extracting it to a seperate PR should help with any extra testing that might be needed. Signed-off-by: Ayush Singh <[email protected]>
1 parent 742d3f0 commit cd2fb43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.135", default-features = false, features = ['rustc-dep-of-std'] }
19-
compiler_builtins = { version = "0.1.73" }
19+
compiler_builtins = { version = "0.1.82" }
2020
profiler_builtins = { path = "../profiler_builtins", optional = true }
2121
unwind = { path = "../unwind" }
2222
hashbrown = { version = "0.12", default-features = false, features = ['rustc-dep-of-std'] }

0 commit comments

Comments
 (0)