Skip to content

Commit

Permalink
chore: revert to hashbrown 0.14.5 and friends (#7081)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErichDonGubler authored Feb 7, 2025
1 parent 410ab29 commit 005bde9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
27 changes: 14 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,13 @@ flume = "0.11"
futures-lite = "2"
getrandom = "0.2"
glam = "0.29"
hashbrown = { version = "0.15.2", default-features = false, features = [
"default-hasher",
hashbrown = { version = "0.14.5", default-features = false, features = [
"ahash",
"inline-more",
] }
heck = "0.5.0"
image = { version = "0.24", default-features = false, features = ["png"] }
indexmap = { version = "2.7.1", default-features = false }
indexmap = { version = "2.5.0", default-features = false }
itertools = { version = "0.13.0" }
ktx2 = "0.3"
libc = { version = "0.2", default-features = false }
Expand Down

0 comments on commit 005bde9

Please sign in to comment.