From 3275e860c091e42dd56583138e43d5f914249868 Mon Sep 17 00:00:00 2001 From: Chris Fallin Date: Mon, 2 Dec 2024 09:26:01 -0800 Subject: [PATCH] Release 0.11.1. Includes #204 to fix a performance regression with Rust 1.81's new standard library sort function. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cfdeb2b4..3c7a3a79 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["regalloc2-tool"] [package] name = "regalloc2" -version = "0.11.0" +version = "0.11.1" authors = [ "Chris Fallin ", "Mozilla SpiderMonkey Developers",