diff options
| author | bors <bors@rust-lang.org> | 2024-04-14 18:42:50 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-04-14 18:42:50 +0000 |
| commit | 29b120740b55aaf2f75e659ba34c4e30977e5fed (patch) | |
| tree | 9e8473082735e1453416180b39c99dfa08e1d18b | |
| parent | a8a88fe5243cbeb37d8a9de8c5ca63136c0604b0 (diff) | |
| parent | 385c363bdfd6bfe147a94e3e0ec0216c9e3f7c7d (diff) | |
| download | rust-29b120740b55aaf2f75e659ba34c4e30977e5fed.tar.gz rust-29b120740b55aaf2f75e659ba34c4e30977e5fed.zip | |
Auto merge of #123719 - RalfJung:compiler_builtins, r=Mark-Simulacrum
update compiler_builtins to 0.1.109 This pulls in https://github.com/rust-lang/compiler-builtins/pull/583 so we should make sure that does not come with any perf surprises. Cc `@Amanieu`
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 5b3f99c807d..1f26dd7c43c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -739,9 +739,9 @@ checksum = "55b672471b4e9f9e95499ea597ff64941a309b2cdbffcc46f2cc5e2d971fd335" [[package]] name = "compiler_builtins" -version = "0.1.108" +version = "0.1.109" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d68bc55329711cd719c2687bb147bc06211b0521f97ef398280108ccb23227e9" +checksum = "f11973008a8cf741fe6d22f339eba21fd0ca81e2760a769ba8243ed6c21edd7e" dependencies = [ "cc", "rustc-std-workspace-core", |
