Skip to content

Commit

Permalink
Update compiler-builtins to 0.1.70
Browse files Browse the repository at this point in the history
This pulls in rust-lang/compiler-builtins#455,
which exports __float/__fix builtins with the expected Win64 ABI
on LLVM 14.
  • Loading branch information
nikic committed Feb 16, 2022
1 parent 0605a41 commit 75636bb
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 @@ -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",
Expand Down

0 comments on commit 75636bb

Please sign in to comment.