Skip to content

Commit 360a372

Browse files
committed
Auto merge of rust-lang#75877 - vigoux:master, r=Amanieu
Update compiler-builtins Update the compiler-builtins dependency to include latest changes. This allows for `aarch64-unknown-linux-musl` to pass all tests. Fixes rust-lang#57820 and fixes rust-lang#46651
2 parents 7b1dd61 + 392478c commit 360a372

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -615,9 +615,9 @@ dependencies = [
615615

616616
[[package]]
617617
name = "compiler_builtins"
618-
version = "0.1.32"
618+
version = "0.1.35"
619619
source = "registry+https://github.com/rust-lang/crates.io-index"
620-
checksum = "7bc4ac2c824d2bfc612cba57708198547e9a26943af0632aff033e0693074d5c"
620+
checksum = "e3fcd8aba10d17504c87ef12d4f62ef404c6a4703d16682a9eb5543e6cf24455"
621621
dependencies = [
622622
"cc",
623623
"rustc-std-workspace-core",

library/std/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ panic_unwind = { path = "../panic_unwind", optional = true }
1717
panic_abort = { path = "../panic_abort" }
1818
core = { path = "../core" }
1919
libc = { version = "0.2.74", default-features = false, features = ['rustc-dep-of-std'] }
20-
compiler_builtins = { version = "0.1.32" }
20+
compiler_builtins = { version = "0.1.35" }
2121
profiler_builtins = { path = "../profiler_builtins", optional = true }
2222
unwind = { path = "../unwind" }
2323
hashbrown = { version = "0.8.1", default-features = false, features = ['rustc-dep-of-std'] }

0 commit comments

Comments
 (0)