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

@@ -26,7 +26,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.4.1", features = ["checker"] }
regalloc2 = { version = "0.4.2", features = ["checker"] }
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.