From f3cce8a4466aa3efe39b8687642d9fcdcdf875b7 Mon Sep 17 00:00:00 2001 From: Chris Fallin Date: Thu, 18 Sep 2025 13:41:47 -0700 Subject: [PATCH] Release 0.13.2. Includes fastalloc fixes from #240 as well as a few miscellaneous refactors/cleanups. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c6eb51df..48eb4321 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["regalloc2-tool"] [package] name = "regalloc2" -version = "0.13.1" +version = "0.13.2" authors = [ "Chris Fallin ", "Mozilla SpiderMonkey Developers",