Skip to content

Commit

Permalink
chore: bump hashbrown to v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LechintanTudor committed Oct 5, 2024
1 parent 08c8791 commit 38886f5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.13.1 (2024-10-05)

## Changed

- Updated `hashbrown` to `v0.15.0`.

# 0.13.0 (2024-09-28)

Major refactoring, adding new features and removing features outside the scope
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sparsey"
version = "0.13.0"
version = "0.13.1"
edition = "2021"
description = "Entity Component System based on sparse sets"
authors = ["Tudor-Cristian Lechințan <[email protected]>"]
Expand All @@ -16,7 +16,7 @@ rayon = { version = "1.0", optional = true }
rustc-hash = { version = "2.0", default-features = false }

[dependencies.hashbrown]
version = "0.14"
version = "0.15"
default-features = false
features = ["inline-more"]

Expand Down

0 comments on commit 38886f5

Please sign in to comment.