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

4
Cargo.lock generated
View File

@@ -2405,9 +2405,9 @@ dependencies = [
[[package]]
name = "regalloc2"
version = "0.4.1"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69025b4a161879ba90719837c06621c3d73cffa147a000aeacf458f6a9572485"
checksum = "91b2eab54204ea0117fe9a060537e0b07a4e72f7c7d182361ecc346cab2240e5"
dependencies = [
"fxhash",
"log",