Update regalloc2 to v0.4.2 (#5169)

This commit is contained in:
Nick Fitzgerald
2022-11-01 11:18:19 -07:00
committed by GitHub
parent 0c53941364
commit 3c496d8cdc
4 changed files with 19 additions and 13 deletions

View File

@@ -16,7 +16,7 @@ target-lexicon = { workspace = true, features = ["std"] }
# In the next iteration we'll factor out the common bits so that they can be consumed
# by Cranelift and Winch.
cranelift-codegen = { workspace = true }
regalloc2 = "0.4.1"
regalloc2 = "0.4.2"
[features]
x64 = ["cranelift-codegen/x86"]