Upgrade to regalloc2 0.3.1. (#4483)

This includes some changes from @bnjbvr to the trace-logging/annotation
to reduce overhead when logging is enabled but only non-RA2 subsystems
are at `Trace` level.
This commit is contained in:
Chris Fallin
2022-07-20 18:22:39 -07:00
committed by GitHub
parent 80bd650bab
commit 9c72a0566e
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

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