Skip to content

Commit 6a74ff6

Browse files
cfallinbongjunj
authored andcommitted
Cranelift: update to regalloc2 0.13.2. (bytecodealliance#11712)
Pulls in fix for fastalloc from bytecodealliance/regalloc2#240 (thanks!). Fixes bytecodealliance#11544. Fixes bytecodealliance#11545.
1 parent e32dd0b commit 6a74ff6

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

309309
# Bytecode Alliance maintained dependencies:
310310
# ---------------------------
311-
regalloc2 = "0.13.1"
311+
regalloc2 = "0.13.2"
312312

313313
# cap-std family:
314314
target-lexicon = "0.13.0"

supply-chain/imports.lock

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

10221022
[[publisher.regalloc2]]
1023-
version = "0.13.1"
1024-
when = "2025-08-25"
1023+
version = "0.13.2"
1024+
when = "2025-09-18"
10251025
user-id = 3726
10261026
user-login = "cfallin"
10271027
user-name = "Chris Fallin"

0 commit comments

Comments
 (0)