From 81c11d37d68b5caf6405d6f75d8697173bc5e94e Mon Sep 17 00:00:00 2001 From: Jamey Sharp Date: Wed, 3 Aug 2022 15:25:45 -0700 Subject: [PATCH] Version 0.3.2 (#70) Includes a modest improvement in memory usage and performance by removing analysis that was only used during fuzzing (#66). --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4f0c0d6..ef3c405 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "regalloc2" -version = "0.3.1" +version = "0.3.2" authors = [ "Chris Fallin ", "Mozilla SpiderMonkey Developers",