Bump to version 0.6.0 (#112)

Bump the version to 0.6.0 for the next publish to crates.io.

This version removes pinned registers and mod operands, which requires the bump to 0.6.0.
This commit is contained in:
Trevor Elliott
2023-02-07 14:57:22 -08:00
committed by GitHub
parent 376294e828
commit 50b9cf8fe2

View File

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