From b778e884af221d7274639f53aa3bfd4e9428cb56 Mon Sep 17 00:00:00 2001 From: Chris Fallin Date: Thu, 5 Sep 2024 11:01:37 -0700 Subject: [PATCH] Version 0.10.1. (#189) As per #188, a new point-release that includes a version-bump of `rustc-hash` (and no other changes). --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index eee5e624..bc333d56 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["regalloc2-tool"] [package] name = "regalloc2" -version = "0.10.0" +version = "0.10.1" authors = [ "Chris Fallin ", "Mozilla SpiderMonkey Developers",