From 38f4fbc3bb6fb933bdda084de3823a11e832eb73 Mon Sep 17 00:00:00 2001 From: Amanieu d'Antras Date: Mon, 1 May 2023 04:11:47 +0100 Subject: [PATCH] Bump version to 0.8.1 This contains the bug fixes from #129. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cc8d8253..d8bc3197 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "regalloc2" -version = "0.8.0" +version = "0.8.1" authors = [ "Chris Fallin ", "Mozilla SpiderMonkey Developers",