Skip to content

Commit 8a806aa

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 77e93e5 + c2a0a55 commit 8a806aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/Cargo.toml

Lines changed: 1 addition & 1 deletion
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)