Update to regalloc.rs version 0.22.

This commit is contained in:
Julian Seward
2020-05-06 17:08:20 +02:00
committed by julian-seward1
parent 57fb1c69c5
commit 48521393ae
3 changed files with 19 additions and 10 deletions

4
Cargo.lock generated
View File

@@ -1525,9 +1525,9 @@ dependencies = [
[[package]]
name = "regalloc"
version = "0.0.21"
version = "0.0.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b27b256b41986ac5141b37b8bbba85d314fbf546c182eb255af6720e07e4f804"
checksum = "9993953f6481fe355c490a0bdc2d488e354cd28728da36cd4156e2cfb74fd6de"
dependencies = [
"log",
"rustc-hash",