Skip to content

Commit

Permalink
Auto merge of #100380 - nicholasbishop:bishop-update-cb2, r=Mark-Simu…
Browse files Browse the repository at this point in the history
…lacrum

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
  • Loading branch information
bors committed Aug 13, 2022
2 parents e8dc8bc + d1926eb commit 75b7e52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -799,9 +799,9 @@ dependencies = [

[[package]]
name = "compiler_builtins"
version = "0.1.78"
version = "0.1.79"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "413b6b13f725a46cdec40364e0c1d564a22cf0aaac5f1e267a129d956478a6b4"
checksum = "4f873ce2bd3550b0b565f878b3d04ea8253f4259dc3d20223af2e1ba86f5ecca"
dependencies = [
"cc",
"rustc-std-workspace-core",
Expand Down

0 comments on commit 75b7e52

Please sign in to comment.