Upgrade regalloc2 -> 0.3.2 (#4603)

Includes a modest improvement in memory usage and performance by
removing analysis that was only used during fuzzing.
This commit is contained in:
Jamey Sharp
2022-08-03 17:06:13 -07:00
committed by GitHub
parent 301be7438e
commit f69acd6187
3 changed files with 9 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -2358,9 +2358,9 @@ dependencies = [
[[package]]
name = "regalloc2"
version = "0.3.1"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76ff2e57a7d050308b3fde0f707aa240b491b190e3855f212860f11bb3af4205"
checksum = "d43a209257d978ef079f3d446331d0f1794f5e0fc19b306a199983857833a779"
dependencies = [
"fxhash",
"log",