Upgrade to regalloc2 v0.2.2. (#4222)

Pulls in an improvement to spillslot allocation
(bytecodealliance/regalloc2#56).
This commit is contained in:
Chris Fallin
2022-06-03 17:12:32 -07:00
committed by GitHub
parent d65d8b25a5
commit ae2c84205f
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -2351,9 +2351,9 @@ dependencies = [
[[package]]
name = "regalloc2"
version = "0.2.1"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dac38642b54866528dc69ab1d8d041cd13f5546a928b911004ab52611be66b3d"
checksum = "0d37148700dbb38f994cd99a1431613057f37ed934d7e4d799b7ab758c482461"
dependencies = [
"fxhash",
"log",