From 50b9cf8fe2c18c24be7dcca7d670ff5c7369799e Mon Sep 17 00:00:00 2001 From: Trevor Elliott Date: Tue, 7 Feb 2023 14:57:22 -0800 Subject: [PATCH] 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. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 83af0aa..4a42a30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "regalloc2" -version = "0.5.1" +version = "0.6.0" authors = [ "Chris Fallin ", "Mozilla SpiderMonkey Developers",