Skip to content

Commit

Permalink
bump hashbrown
Browse files Browse the repository at this point in the history
fixes #157
  • Loading branch information
joseluis authored and mooman219 committed Nov 19, 2024
1 parent 64b5213 commit 0eb26ca
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,5 +30,5 @@ parallel = ["rayon", "hashbrown", "hashbrown/rayon"]
ttf-parser = { version = "0.21", default-features = false, features = [
"opentype-layout",
] }
hashbrown = { version = "0.14", optional = true }
hashbrown = { version = "0.15", optional = true }
rayon = { version = "1.10", optional = true }

0 comments on commit 0eb26ca

Please sign in to comment.