Skip to content

Commit

Permalink
Using Kiddo from git revision
Browse files Browse the repository at this point in the history
  • Loading branch information
ezrasingh committed Aug 8, 2024
1 parent b2177fa commit 0f0c2a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion geoprox-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ geohash = "0.13.1"
hashbrown = { version = "0.14.5", features = ["serde", "rayon"] }
haversine = "0.2.1"
itertools = "0.13.0"
kiddo = { version = "4.2.0", features = ["serialize"] }
kiddo = { git = "https://github.com/sdd/kiddo.git", rev = "cc62c6d76accdeba75c0f55db80c28eab8a21ae7", features = [
"serialize",
] }
log = "0.4.22"
patricia_tree = { version = "0.8.0", features = ["serde"] }
rayon = "1.10.0"
Expand Down

0 comments on commit 0f0c2a4

Please sign in to comment.