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.
This commit is contained in:
Nikita Popov 2022-02-16 09:22:44 +01:00 committed by Nikita Popov
parent 0605a4122f
commit 75636bb6cf

View File

@ -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",