Skip to content

Commit

Permalink
deps: use ahash as the default cached hasher
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed Nov 30, 2024
1 parent b68c9b8 commit 2c93c0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ bytemuck = { version = "1.20", features = [
byteorder = "1.5"
bytes = "1"
cached = { version = "0.54", features = [
"ahash",
"disk_store",
"redis_ahash",
], optional = true }
Expand Down

0 comments on commit 2c93c0a

Please sign in to comment.