Skip to content

Commit 49e67c3

Browse files
committed
Update compiler-builtins to 0.1.41 to get fix for outlined atomics
This should fix linking of other C code (and soon Rust-generated code) on aarch64 musl.
1 parent 8fef006 commit 49e67c3

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.41"
670670
source = "registry+https://github.com/rust-lang/crates.io-index"
671-
checksum = "3748f82c7d366a0b4950257d19db685d4958d2fa27c6d164a3f069fec42b748b"
671+
checksum = "68448b4c6cee41f17bef42cbdad2fde55d05b91a6116c3a517e5389fb742758d"
672672
dependencies = [
673673
"cc",
674674
"rustc-std-workspace-core",

0 commit comments

Comments
 (0)