Skip to content

Commit 196899a

Browse files
committed
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.
1 parent dc5f2cd commit 196899a

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
@@ -666,9 +666,9 @@ dependencies = [
666666

667667
[[package]]
668668
name = "compiler_builtins"
669-
version = "0.1.39"
669+
version = "0.1.42"
670670
source = "registry+https://github.com/rust-lang/crates.io-index"
671-
checksum = "3748f82c7d366a0b4950257d19db685d4958d2fa27c6d164a3f069fec42b748b"
671+
checksum = "0d0b4f96df35277d7546ca0b0b727ee4bf99e5590fd348553b70c5ee2bb95033"
672672
dependencies = [
673673
"cc",
674674
"rustc-std-workspace-core",

0 commit comments

Comments
 (0)