Version 0.4.0. (#84)

This is identical to v0.3.3, but it turns out that the removal of the
register class from `SpillSlot` (#80) is an API change. I missed this
and published 0.3.3 but yanked it after it was causing build issues for
folks.
This commit is contained in:
Chris Fallin
2022-09-20 17:27:38 -07:00
committed by GitHub
parent b98e8ad517
commit 0fb9c03e09

View File

@@ -1,6 +1,6 @@
[package]
name = "regalloc2"
version = "0.3.3"
version = "0.4.0"
authors = [
"Chris Fallin <chris@cfallin.org>",
"Mozilla SpiderMonkey Developers",