Skip to content

Commit

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

- The new single-pass fast allocator (bytecodealliance#181);
- An ability to reuse allocations across runs (bytecodealliance#196).
  • Loading branch information
cfallin committed Nov 15, 2024
1 parent 3c84b6f commit 1e377a6
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 <[email protected]>",
"Mozilla SpiderMonkey Developers",
Expand Down

0 comments on commit 1e377a6

Please sign in to comment.