Skip to content

Commit

Permalink
Auto merge of #100218 - nicholasbishop:bishop-update-cb, r=Mark-Simul…
Browse files Browse the repository at this point in the history
…acrum

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.
  • Loading branch information
bors committed Aug 7, 2022
2 parents 9ee22ff + 3c43203 commit d394408
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.73"
version = "0.1.78"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71b72fde1d7792ca3bd654f7c3ea4508f9e4d0c826e24179eabb7fcc97a90bc3"
checksum = "413b6b13f725a46cdec40364e0c1d564a22cf0aaac5f1e267a129d956478a6b4"
dependencies = [
"cc",
"rustc-std-workspace-core",
Expand Down

0 comments on commit d394408

Please sign in to comment.