Skip to content

Commit 4a1a2b1

Browse files
committed
Update compiler-builtins to 0.1.95
This pulls in the new `outline-atomics` intrinsics.
1 parent c579240 commit 4a1a2b1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

std/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ panic_unwind = { path = "../panic_unwind", optional = true }
1818
panic_abort = { path = "../panic_abort" }
1919
core = { path = "../core", public = true }
2020
libc = { version = "0.2.146", default-features = false, features = ['rustc-dep-of-std'], public = true }
21-
# FIXME(Nilstrieb): https://github.com/rust-lang/compiler-builtins/pull/532/files#r1249354225
22-
compiler_builtins = { version = "=0.1.93" }
21+
compiler_builtins = { version = "0.1.95" }
2322
profiler_builtins = { path = "../profiler_builtins", optional = true }
2423
unwind = { path = "../unwind" }
2524
hashbrown = { version = "0.14", default-features = false, features = ['rustc-dep-of-std'] }

0 commit comments

Comments
 (0)