From 65b4f2df8875150a4e74e96bca6de7506ec4ad3d Mon Sep 17 00:00:00 2001 From: Chris Fallin Date: Mon, 27 Jun 2022 13:23:45 -0700 Subject: [PATCH] Release 0.3.0. Includes improvements in splitting performance (#59) and more efficient handling of clobber lists (#58). Semver break because of API change in #58. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c5bbb9c6..519d39b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "regalloc2" -version = "0.2.3" +version = "0.3.0" authors = [ "Chris Fallin ", "Mozilla SpiderMonkey Developers",