Skip to content

Commit

Permalink
Update hashbrown to 0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
a1phyr authored and Ralith committed Jun 6, 2023
1 parent bfc01a2 commit d8529ee
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 @@ -30,7 +30,7 @@ row-serialize = ["serde"]

[dependencies]
hecs-macros = { path = "macros", version = "0.9.0", optional = true }
hashbrown = { version = "0.13.1", default-features = false, features = ["ahash", "inline-more"] }
hashbrown = { version = "0.14", default-features = false, features = ["ahash", "inline-more"] }
lazy_static = { version = "1.4.0", optional = true, features = ["spin_no_std"] }
serde = { version = "1.0.117", default-features = false, optional = true }
spin = { version = "0.9.2", default-features = false, features = ["mutex", "spin_mutex"] }
Expand Down

0 comments on commit d8529ee

Please sign in to comment.