Skip to content

Commit d394408

Browse files
committed
Auto merge of rust-lang#100218 - nicholasbishop:bishop-update-cb, r=Mark-Simulacrum
Update compiler_builtins to 0.1.78 Among other things, this pulls in rust-lang/compiler-builtins#475, which fixes some i128/u128 arithmetic operations on the `x86_64-unknown-uefi` target.
2 parents 9ee22ff + 3c43203 commit d394408

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
@@ -799,9 +799,9 @@ dependencies = [
799799

800800
[[package]]
801801
name = "compiler_builtins"
802-
version = "0.1.73"
802+
version = "0.1.78"
803803
source = "registry+https://github.com/rust-lang/crates.io-index"
804-
checksum = "71b72fde1d7792ca3bd654f7c3ea4508f9e4d0c826e24179eabb7fcc97a90bc3"
804+
checksum = "413b6b13f725a46cdec40364e0c1d564a22cf0aaac5f1e267a129d956478a6b4"
805805
dependencies = [
806806
"cc",
807807
"rustc-std-workspace-core",

0 commit comments

Comments
 (0)