diff options
| author | bors <bors@rust-lang.org> | 2022-08-13 05:10:01 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2022-08-13 05:10:01 +0000 |
| commit | 75b7e52e92c3b00fc891b47f5b2efdff0a2be55a (patch) | |
| tree | 7f5a8c095761d5ab3fdcecf7bf3787ed28fb0866 | |
| parent | e8dc8bca2118ec1ed5970790614f0b81e9167f10 (diff) | |
| parent | d1926ebf534cd482fc8e58cb8e9fa81a1e740c1b (diff) | |
| download | rust-75b7e52e92c3b00fc891b47f5b2efdff0a2be55a.tar.gz rust-75b7e52e92c3b00fc891b47f5b2efdff0a2be55a.zip | |
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: https://github.com/rust-lang/compiler-builtins/compare/0.1.78...0.1.79
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 10ebff84887..b480c42fa82 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", |
