Skip to content

Commit 75b7e52

Browse files
committed
Auto merge of #100380 - nicholasbishop:bishop-update-cb2, r=Mark-Simulacrum
Update compiler_builtins to 0.1.79 This pulls in a memcmp fix and some UEFI float-to-int fixes: rust-lang/compiler-builtins@0.1.78...0.1.79
2 parents e8dc8bc + d1926eb commit 75b7e52

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.78"
802+
version = "0.1.79"
803803
source = "registry+https://github.com/rust-lang/crates.io-index"
804-
checksum = "413b6b13f725a46cdec40364e0c1d564a22cf0aaac5f1e267a129d956478a6b4"
804+
checksum = "4f873ce2bd3550b0b565f878b3d04ea8253f4259dc3d20223af2e1ba86f5ecca"
805805
dependencies = [
806806
"cc",
807807
"rustc-std-workspace-core",

0 commit comments

Comments
 (0)