From: Nicholas Bishop Date: Wed, 10 Aug 2022 16:13:33 +0000 (-0400) Subject: Update compiler_builtins to 0.1.79 X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=d1926ebf534cd482fc8e58cb8e9fa81a1e740c1b;p=rust.git Update compiler_builtins to 0.1.79 --- diff --git a/Cargo.lock b/Cargo.lock index 31f43a24d96..a8b2109356c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -800,9 +800,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",