Bump regalloc2 to 0.6.0 (#5742)

* Bump regalloc2
* Certify regalloc2 0.6.0
This commit is contained in:
Trevor Elliott
2023-02-07 15:57:49 -08:00
committed by GitHub
parent 121094054b
commit 116e5a665f
5 changed files with 11 additions and 9 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.1"
regalloc2 = "0.6.0"
[features]
x64 = ["cranelift-codegen/x86"]