Skip to content

Commit

Permalink
chore: pin ahash to 0.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiapple852 committed Feb 16, 2024
1 parent 7d0c555 commit 832073b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bounded-static/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ bounded-static-derive = { version = "0.7.0", path = "../bounded-static-derive",
smol_str = { version = "0.2.0", optional = true, default_features = false }
smallvec = { version = "1.11.1", optional = true, default_features = false }
smartstring = { version = "1.0.1", optional = true, default_features = false }
ahash = { version = "0.8.6", optional = true, default-features = false }
ahash = { version = "=0.8.7", optional = true, default-features = false }

[package.metadata.docs.rs]
all-features = true

0 comments on commit 832073b

Please sign in to comment.