Auto merge of #123719 - RalfJung:compiler_builtins, r=Mark-Simulacrum · rust-lang/rust@29b1207 (original) (raw)

Original file line number Diff line number Diff line change
@@ -739,9 +739,9 @@ checksum = "55b672471b4e9f9e95499ea597ff64941a309b2cdbffcc46f2cc5e2d971fd335"
739 739
740 740 [[package]]
741 741 name = "compiler_builtins"
742 -version = "0.1.108"
742 +version = "0.1.109"
743 743 source = "registry+https://github.com/rust-lang/crates.io-index"
744 -checksum = "d68bc55329711cd719c2687bb147bc06211b0521f97ef398280108ccb23227e9"
744 +checksum = "f11973008a8cf741fe6d22f339eba21fd0ca81e2760a769ba8243ed6c21edd7e"
745 745 dependencies = [
746 746 "cc",
747 747 "rustc-std-workspace-core",