Skip to content

Commit 4ddc211

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 6cc3d5b + 106fe0b commit 4ddc211

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -570,9 +570,9 @@ dependencies = [
570570

571571
[[package]]
572572
name = "compiler_builtins"
573-
version = "0.1.22"
573+
version = "0.1.24"
574574
source = "registry+https://github.com/rust-lang/crates.io-index"
575-
checksum = "e6f083abf9bb9005a27d2da62706f661245278cb7096da37ab27410eaf60f2c1"
575+
checksum = "b9975aefa63997ef75ca9cf013ff1bb81487aaa0b622c21053afd3b92979a7af"
576576
dependencies = [
577577
"cc",
578578
"rustc-std-workspace-core",

0 commit comments

Comments
 (0)