Skip to content

Commit

Permalink
chore: downgrade hashbrown to 0.14 (#758)
Browse files Browse the repository at this point in the history
Signed-off-by: MrCroxx <[email protected]>
  • Loading branch information
MrCroxx authored Oct 9, 2024
1 parent cf53a60 commit d2245e3
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 @@ -45,7 +45,7 @@ fastrace-jaeger = "0.7"
fastrace-opentelemetry = "0.7"
clap = { version = "4", features = ["derive"] }
bytesize = { package = "foyer-bytesize", version = "2" }
hashbrown = "0.15"
hashbrown = "0.14"
# foyer components
foyer-common = { version = "0.12.0", path = "foyer-common" }
foyer-intrusive = { version = "0.12.0", path = "foyer-intrusive" }
Expand Down

0 comments on commit d2245e3

Please sign in to comment.