Skip to content

Commit 3a09e05

Browse files
authored
Rollup merge of rust-lang#84764 - joshtriplett:update-compiler-builtins, r=Amanieu
Update compiler-builtins to 0.1.42 to get fix for outlined atomics This should fix linking of other C code (and soon Rust-generated code) on aarch64 musl.
2 parents f5ed444 + 196899a commit 3a09e05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -654,9 +654,9 @@ dependencies = [
654654

655655
[[package]]
656656
name = "compiler_builtins"
657-
version = "0.1.39"
657+
version = "0.1.42"
658658
source = "registry+https://github.com/rust-lang/crates.io-index"
659-
checksum = "3748f82c7d366a0b4950257d19db685d4958d2fa27c6d164a3f069fec42b748b"
659+
checksum = "0d0b4f96df35277d7546ca0b0b727ee4bf99e5590fd348553b70c5ee2bb95033"
660660
dependencies = [
661661
"cc",
662662
"rustc-std-workspace-core",

0 commit comments

Comments
 (0)