Skip to content

Commit

Permalink
prepare for 0.5.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kyren committed May 15, 2024
1 parent 9643fb8 commit 17bce28
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [0.5.3]
* Adds a `Collect` impl for `hashbrown::HashTable`.

## [0.5.2]
* Add the ability to transition from a fully marked arena immediately into
`CollectionPhase::Collecting`.
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ members = [
]

[workspace.package]
version = "0.5.2"
version = "0.5.3"
authors = ["kyren <catherine@kyju.org>", "moulins", "Aaron Hill <aa1ronham@gmail.com>"]
edition = "2021"
license = "MIT"
Expand All @@ -31,7 +31,7 @@ allocator-api2 = ["dep:allocator-api2", "hashbrown?/allocator-api2"]

[dependencies]
allocator-api2 = { version = "0.2", optional = true, default-features = false, features = ["alloc"] }
gc-arena-derive = { path = "./derive", version = "0.5.2"}
gc-arena-derive = { path = "./derive", version = "0.5.3"}
hashbrown = { version = "0.14", optional = true, default-features = false }
sptr = "0.3.2"
tracing = { version = "0.1.37", optional = true, default-features = false }
Expand Down

0 comments on commit 17bce28

Please sign in to comment.