Bump version to 0.2.0. (#52)

The change in #51 was API-visible (removal of the "scratch register"
field in the `Env`) so this is a semver bump.
This commit is contained in:
Chris Fallin
2022-05-23 11:13:16 -07:00
committed by GitHub
parent 869c21e79c
commit 0395614545

View File

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