From 0395614545da5ccc45866bfa50dcdbe9cc37c253 Mon Sep 17 00:00:00 2001 From: Chris Fallin Date: Mon, 23 May 2022 11:13:16 -0700 Subject: [PATCH] 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. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e5af972..2b58e53 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "regalloc2" -version = "0.1.3" +version = "0.2.0" authors = [ "Chris Fallin ", "Mozilla SpiderMonkey Developers",