Skip to content

Commit be00f1d

Browse files
authored
Cranelift: update to regalloc2 v0.11.2. (#10504)
* Cranelift: update to regalloc2 v0.11.2. This incorporates a fix for a panic caused by too many live registers that is not properly returned as a regalloc error. This condition should not be reachable from Cranelift (which should not generate constraints that trigger this condition), and was seen only during development where different constraints were added; but this PR is an update out of an abundance of caution. * cargo-vet update
1 parent 238ec90 commit be00f1d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ byte-array-literals = { path = "crates/wasi-preview1-component-adapter/byte-arra
289289

290290
# Bytecode Alliance maintained dependencies:
291291
# ---------------------------
292-
regalloc2 = "0.11.1"
292+
regalloc2 = "0.11.2"
293293

294294
# cap-std family:
295295
target-lexicon = "0.13.0"

supply-chain/imports.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -729,8 +729,8 @@ user-login = "dtolnay"
729729
user-name = "David Tolnay"
730730

731731
[[publisher.regalloc2]]
732-
version = "0.11.1"
733-
when = "2024-12-02"
732+
version = "0.11.2"
733+
when = "2025-04-01"
734734
user-id = 3726
735735
user-login = "cfallin"
736736
user-name = "Chris Fallin"

0 commit comments

Comments
 (0)