Skip to content

Commit d2840e6

Browse files
authored
Rollup merge of #68233 - danielframpton:update-compiler-builtins, r=alexcrichton
Update compiler_builtins with changes to fix 128 bit integer remainder for aarch64 windows. I have been investigating enabling panic=unwind for aarch64-pc-windows-msvc (see #65313) and building rustc and cargo hosted on aarch64-pc-windows-msvc.
2 parents 1859d57 + 106fe0b commit d2840e6

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
@@ -571,9 +571,9 @@ dependencies = [
571571

572572
[[package]]
573573
name = "compiler_builtins"
574-
version = "0.1.22"
574+
version = "0.1.24"
575575
source = "registry+https://github.com/rust-lang/crates.io-index"
576-
checksum = "e6f083abf9bb9005a27d2da62706f661245278cb7096da37ab27410eaf60f2c1"
576+
checksum = "b9975aefa63997ef75ca9cf013ff1bb81487aaa0b622c21053afd3b92979a7af"
577577
dependencies = [
578578
"cc",
579579
"rustc-std-workspace-core",

0 commit comments

Comments
 (0)