From fa9966fad66c1c7da470652bc3a67be7c7f6dc12 Mon Sep 17 00:00:00 2001 From: Chris Fallin Date: Tue, 15 Apr 2025 09:53:35 -0700 Subject: [PATCH] Release 0.12.1. Includes #224 to fix a case where the checker had a false positive failur on branches with defs. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a69ff84a..12af9eab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["regalloc2-tool"] [package] name = "regalloc2" -version = "0.12.0" +version = "0.12.1" authors = [ "Chris Fallin ", "Mozilla SpiderMonkey Developers",