Skip to content

Commit

Permalink
Update hashbrown to 0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
torokati44 committed Oct 7, 2024
1 parent 4a63bd0 commit 0b3fd38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpu-descriptor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ bitflags = { version = "2.4", default-features = false }
serde = { version = "1.0", optional = true, default-features = false, features = [
"derive",
] }
hashbrown = { version = "0.14", default-features = false, features = ["ahash", "raw"] }
hashbrown = { version = "0.15", default-features = false, features = ["default-hasher"] }

0 comments on commit 0b3fd38

Please sign in to comment.