local changes

This commit is contained in:
T0b1
2023-04-15 03:38:16 +02:00
parent b19f319c1f
commit e3117a84c8
3 changed files with 17 additions and 12 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.6.0"
regalloc2 = { path = "../../../regalloc2" }
gimli = { workspace = true }
[features]