From 0a22bcc9513dd943e41e20ef40ffdedec8fd719b Mon Sep 17 00:00:00 2001 From: Chris Fallin Date: Wed, 7 May 2025 13:08:05 -0700 Subject: [PATCH] Release 0.12.2. Includes fix from #226 for instructions with more than `u8::MAX` operands. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 12af9eab..7ce3e080 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["regalloc2-tool"] [package] name = "regalloc2" -version = "0.12.1" +version = "0.12.2" authors = [ "Chris Fallin ", "Mozilla SpiderMonkey Developers",