Skip to content

Commit

Permalink
Rollup merge of rust-lang#84764 - joshtriplett:update-compiler-builti…
Browse files Browse the repository at this point in the history
…ns, 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.
  • Loading branch information
Dylan-DPC authored May 6, 2021
2 parents f5ed444 + 196899a commit 3a09e05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -654,9 +654,9 @@ dependencies = [

[[package]]
name = "compiler_builtins"
version = "0.1.39"
version = "0.1.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3748f82c7d366a0b4950257d19db685d4958d2fa27c6d164a3f069fec42b748b"
checksum = "0d0b4f96df35277d7546ca0b0b727ee4bf99e5590fd348553b70c5ee2bb95033"
dependencies = [
"cc",
"rustc-std-workspace-core",
Expand Down

0 comments on commit 3a09e05

Please sign in to comment.