Bump regalloc2 to version 0.5.1 (#5387)

Bump regalloc2 to version 0.5.1.
This commit is contained in:
Trevor Elliott
2022-12-06 15:38:03 -08:00
committed by GitHub
parent f980defe17
commit ab6c8e1a1a
4 changed files with 10 additions and 4 deletions

View File

@@ -17,7 +17,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.5.0"
regalloc2 = "0.5.1"
[features]
x64 = ["cranelift-codegen/x86"]