rust-cv / hwt

Hamming Weight Tree from the paper "Online Nearest Neighbor Search in Hamming Space"
MIT License
7 stars 1 forks source link

failed to selection version for ahash #10

Open mooreniemi opened 1 year ago

mooreniemi commented 1 year ago
$ cargo build
    Updating crates.io index
error: failed to select a version for the requirement `ahash = "^0.1.18"`
candidate versions found which didn't match: 0.8.0, 0.7.6, 0.7.5, ...
location searched: crates.io index
required by package `hwt v0.4.2`
    ... which is depended on by `bfp v0.1.0 (/workplace/amooren/sandbox/src/Amooren/bfp)`

Clean crate, just adding hwt latest version.

vadixidav commented 1 year ago

Right now I cant say I spend too much time maintaining this as approximate nearest neighbor search is orders of magnitude faster. You may want to try running cargo update. I will leave this here so I know to take a look at it once I have time.