Skip to content

Commit 9c10781

Browse files
committed
Auto merge of #87137 - richkadel:compiler-builtins-0.1.47, r=tmandry
Update compiler-builtins to 0.1.47 Bumped to `0.1.47` to resolve missing symbols on `aarch` when linking `cargo`. This was due to a recent change in a `cargo` dependency on `curl` (upstream C library added code that uses the uncommon `long double` type). r? `@tmandry`
2 parents 2f391da + c4544ac commit 9c10781

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
@@ -646,9 +646,9 @@ dependencies = [
646646

647647
[[package]]
648648
name = "compiler_builtins"
649-
version = "0.1.46"
649+
version = "0.1.47"
650650
source = "registry+https://github.com/rust-lang/crates.io-index"
651-
checksum = "d69484e04eab372f5f345920e3a8c7a06e7dcbb75c0944eccdc3e3160aeee3c7"
651+
checksum = "fd4ed89e0a5c3e50b15c0045fbe1ff8567b703bc07544faf935ddff0aaa7b65f"
652652
dependencies = [
653653
"cc",
654654
"rustc-std-workspace-core",

0 commit comments

Comments
 (0)