Skip to content

Commit

Permalink
Bump to version 0.11.0. (#201)
Browse files Browse the repository at this point in the history
This includes two major updates:

- The new single-pass fast allocator (#181);
- An ability to reuse allocations across runs (#196).
  • Loading branch information
cfallin authored Nov 15, 2024
1 parent 3c84b6f commit 2a5777a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2a5777a

Please sign in to comment.