diff options
| author | Nikita Popov <npopov@redhat.com> | 2022-02-16 09:22:44 +0100 |
|---|---|---|
| committer | Nikita Popov <nikita.ppv@gmail.com> | 2022-02-16 21:15:31 +0100 |
| commit | 75636bb6cf09c03742e62ba680abf9376ab0d321 (patch) | |
| tree | 267d6560f4e6e579a93e1940ab0705c26b839201 | |
| parent | 0605a4122f519364d67d3ef5ff1726c5faae32cc (diff) | |
| download | rust-75636bb6cf09c03742e62ba680abf9376ab0d321.tar.gz rust-75636bb6cf09c03742e62ba680abf9376ab0d321.zip | |
Update compiler-builtins to 0.1.70
This pulls in https://github.com/rust-lang/compiler-builtins/pull/455, which exports __float/__fix builtins with the expected Win64 ABI on LLVM 14.
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index dc480d82f2f..6c78924df2c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -741,9 +741,9 @@ dependencies = [ [[package]] name = "compiler_builtins" -version = "0.1.69" +version = "0.1.70" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac0d1d6b2307c15fd27af2bb41234b4ebddeae69f33714bfbdb44b3b5a6e3efe" +checksum = "80873f979f0a344a4ade87c2f70d9ccf5720b83b10c97ec7cd745895d021e85a" dependencies = [ "cc", "rustc-std-workspace-core", |
