Skip to content

Commit 75636bb

Browse files
committed
Update compiler-builtins to 0.1.70
This pulls in rust-lang/compiler-builtins#455, which exports __float/__fix builtins with the expected Win64 ABI on LLVM 14.
1 parent 0605a41 commit 75636bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -741,9 +741,9 @@ dependencies = [
741741

742742
[[package]]
743743
name = "compiler_builtins"
744-
version = "0.1.69"
744+
version = "0.1.70"
745745
source = "registry+https://github.com/rust-lang/crates.io-index"
746-
checksum = "ac0d1d6b2307c15fd27af2bb41234b4ebddeae69f33714bfbdb44b3b5a6e3efe"
746+
checksum = "80873f979f0a344a4ade87c2f70d9ccf5720b83b10c97ec7cd745895d021e85a"
747747
dependencies = [
748748
"cc",
749749
"rustc-std-workspace-core",

0 commit comments

Comments
 (0)