Bump to version 0.4.2 (#99)

* Bump to version 0.4.2

* Remove take-and-replace dance

There are no conflicting borrows of `self` anymore.
This commit is contained in:
Nick Fitzgerald
2022-11-01 10:30:30 -07:00
committed by GitHub
parent fdcf7b694f
commit eb0a8fd22f
2 changed files with 2 additions and 9 deletions

View File

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