diff options
| author | Rich Kadel <richkadel@google.com> | 2021-07-14 13:45:16 -0700 |
|---|---|---|
| committer | Rich Kadel <richkadel@google.com> | 2021-07-14 13:45:16 -0700 |
| commit | c4544acbef0084b818a14b2b2413cf23e87294f6 (patch) | |
| tree | cbf860d704781e65792f94d90230c832af79d8ce | |
| parent | 4f0c568785adcc0a123cac9d47047020b7a24821 (diff) | |
| download | rust-c4544acbef0084b818a14b2b2413cf23e87294f6.tar.gz rust-c4544acbef0084b818a14b2b2413cf23e87294f6.zip | |
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).
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 6885ac65ca9..0aa132fe29a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", |
