Merge pull request #2034 from cfallin/update-regalloc

Update to regalloc.rs 0.0.28.
This commit is contained in:
Chris Fallin
2020-07-16 11:36:11 -07:00
committed by GitHub
3 changed files with 9 additions and 8 deletions

4
Cargo.lock generated
View File

@@ -1692,9 +1692,9 @@ dependencies = [
[[package]]
name = "regalloc"
version = "0.0.27"
version = "0.0.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9ba8aaf5fe7cf307c6dbdaeed85478961d29e25e3bee5169e11b92fa9f027a8"
checksum = "3598bed0895fe0f72a9e0b00ef9e3a3c8af978a8401b2f2046dec5927de6364a"
dependencies = [
"log",
"rustc-hash",