Skip to content

Commit 29b1207

Browse files
committed
Auto merge of rust-lang#123719 - RalfJung:compiler_builtins, r=Mark-Simulacrum
update compiler_builtins to 0.1.109 This pulls in rust-lang/compiler-builtins#583 so we should make sure that does not come with any perf surprises. Cc `@Amanieu`
2 parents a8a88fe + 385c363 commit 29b1207

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -739,9 +739,9 @@ checksum = "55b672471b4e9f9e95499ea597ff64941a309b2cdbffcc46f2cc5e2d971fd335"
739739

740740
[[package]]
741741
name = "compiler_builtins"
742-
version = "0.1.108"
742+
version = "0.1.109"
743743
source = "registry+https://github.com/rust-lang/crates.io-index"
744-
checksum = "d68bc55329711cd719c2687bb147bc06211b0521f97ef398280108ccb23227e9"
744+
checksum = "f11973008a8cf741fe6d22f339eba21fd0ca81e2760a769ba8243ed6c21edd7e"
745745
dependencies = [
746746
"cc",
747747
"rustc-std-workspace-core",

0 commit comments

Comments
 (0)