From 1e377a645fd02677fcbd0be5afa4567f445cb5d7 Mon Sep 17 00:00:00 2001
From: Chris Fallin <chris@cfallin.org>
Date: Thu, 14 Nov 2024 22:34:47 -0800
Subject: [PATCH] Bump to version 0.11.0.

This includes two major updates:

- The new single-pass fast allocator (#181);
- An ability to reuse allocations across runs (#196).
---
 Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index 9ebaf817..39509a3c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,7 +3,7 @@ members = ["regalloc2-tool"]
 
 [package]
 name = "regalloc2"
-version = "0.10.2"
+version = "0.11.0"
 authors = [
     "Chris Fallin <chris@cfallin.org>",
     "Mozilla SpiderMonkey Developers",