Skip to content

Commit

Permalink
Auto merge of rust-lang#87137 - richkadel:compiler-builtins-0.1.47, r…
Browse files Browse the repository at this point in the history
…=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`
  • Loading branch information
bors committed Jul 14, 2021
2 parents 2f391da + c4544ac commit 9c10781
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 @@ -646,9 +646,9 @@ dependencies = [

[[package]]
name = "compiler_builtins"
version = "0.1.46"
version = "0.1.47"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d69484e04eab372f5f345920e3a8c7a06e7dcbb75c0944eccdc3e3160aeee3c7"
checksum = "fd4ed89e0a5c3e50b15c0045fbe1ff8567b703bc07544faf935ddff0aaa7b65f"
dependencies = [
"cc",
"rustc-std-workspace-core",
Expand Down

0 comments on commit 9c10781

Please sign in to comment.