Skip to content

Commit a7da8f1

Browse files
authored
Use a range for hashbrown
1 parent 0cd5aef commit a7da8f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ sval = { version = "2", optional = true, default-features = false }
2626
borsh = { version = "1.2", optional = true, default-features = false }
2727

2828
[dependencies.hashbrown]
29-
version = "0.16.0"
29+
version = ">= 0.15.0, < 0.17.0"
3030
default-features = false
3131

3232
# serde v1.0.220 is the first version that released with `serde_core`.

0 commit comments

Comments
 (0)