From 0fb9c03e09106ccf2091d282961f117315b5b3a6 Mon Sep 17 00:00:00 2001 From: Chris Fallin Date: Tue, 20 Sep 2022 17:27:38 -0700 Subject: [PATCH] Version 0.4.0. (#84) This is identical to v0.3.3, but it turns out that the removal of the register class from `SpillSlot` (#80) is an API change. I missed this and published 0.3.3 but yanked it after it was causing build issues for folks. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7fd6e13..1b0f75d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "regalloc2" -version = "0.3.3" +version = "0.4.0" authors = [ "Chris Fallin ", "Mozilla SpiderMonkey Developers",