We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30332ff commit d60a1ecCopy full SHA for d60a1ec
Cargo.toml
@@ -14,6 +14,6 @@ repository = "https://github.com/abelmarnk/svm-hash"
14
[workspace.dependencies]
15
sha2 = "0.10.9"
16
hashbrown = {version = ">=0.14, <0.17"}
17
-svm-hasher = {path = "lib/hasher"}
+svm-hasher = {path = "lib/hasher", version = "0.1.0"}
18
svm-hashmap = {path = "lib/hashmap"}
19
svm-hashset = {path = "lib/hashset"}
0 commit comments