Skip to content

Commit 3be0757

Browse files
authored
Upgrade regalloc2 to 0.13.3. (#12027)
Pulls in bytecodealliance/regalloc2#246, a fix to the single-pass register allocator. Fixes #11850 (via that pulled-in fix from d-sonuga).
1 parent 1fcd093 commit 3be0757

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
@@ -317,7 +317,7 @@ component-async-tests = { path = "crates/misc/component-async-tests" }
317317

318318
# Bytecode Alliance maintained dependencies:
319319
# ---------------------------
320-
regalloc2 = "0.13.2"
320+
regalloc2 = "0.13.3"
321321

322322
# cap-std family:
323323
target-lexicon = "0.13.0"

supply-chain/imports.lock

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

10891089
[[publisher.regalloc2]]
1090-
version = "0.13.2"
1091-
when = "2025-09-18"
1090+
version = "0.13.3"
1091+
when = "2025-11-13"
10921092
user-id = 3726
10931093
user-login = "cfallin"
10941094
user-name = "Chris Fallin"

0 commit comments

Comments
 (0)