Update to regalloc.rs 0.0.28.

This version of regalloc.rs includes several bugfixes for
reference-types support used by the new backend framework and the
aarch64 backend (bytecodealliance/regalloc.rs#85 and
bytecodealliance/regalloc.rs#86).
This commit is contained in:
Chris Fallin
2020-07-16 09:30:10 -07:00
parent bab337fc32
commit 756e8b8ea2
3 changed files with 9 additions and 8 deletions

4
Cargo.lock generated
View File

@@ -1680,9 +1680,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",