Bump regalloc in Cranelift (#3558)

This regalloc version contains a performance fix around creation of
very large logs that might be unused.
This commit is contained in:
Benjamin Bouvier
2021-11-23 16:09:31 +01:00
committed by GitHub
parent ec43254292
commit 9f6efe0e22
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -2360,9 +2360,9 @@ dependencies = [
[[package]]
name = "regalloc"
version = "0.0.32"
version = "0.0.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6304468554ed921da3d32c355ea107b8d13d7b8996c3adfb7aab48d3bc321f4"
checksum = "7d808cff91dfca7b239d40b972ba628add94892b1d9e19a842aedc5cfae8ab1a"
dependencies = [
"log",
"rustc-hash",