Skip to content

Commit

Permalink
build: remove unnecessary allocator-api2 dep.
Browse files Browse the repository at this point in the history
  • Loading branch information
ErichDonGubler authored and zakarumych committed Apr 30, 2024
1 parent 58c2fd1 commit 7b71a4e
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" }
hashbrown = { version = "0.14", default-features = false, features = ["ahash", "raw"] }

0 comments on commit 7b71a4e

Please sign in to comment.