custom changes

This commit is contained in:
T0b1
2023-04-14 18:46:16 +02:00
parent a97e82c6e2
commit 606ae9b4d1
8 changed files with 25 additions and 9 deletions

View File

@@ -27,7 +27,7 @@ serde = { version = "1.0.94", features = ["derive"], optional = true }
bincode = { version = "1.2.1", optional = true }
gimli = { workspace = true, features = ["write"], optional = true }
smallvec = { workspace = true }
regalloc2 = { version = "0.6.1", features = ["checker"] }
regalloc2 = { path = "../../../regalloc2/", features = ["checker", "trace-log"] }
souper-ir = { version = "2.1.0", optional = true }
sha2 = { version = "0.10.2", optional = true }
# It is a goal of the cranelift-codegen crate to have minimal external dependencies.