Skip to content

Commit

Permalink
Merge pull request #1269 from jqnatividad/geocode-using-geosuggest-up…
Browse files Browse the repository at this point in the history
…stream

`geocode`: major improvements using geosuggest upstream
  • Loading branch information
jqnatividad authored Sep 1, 2023
2 parents 620afbd + f6633cd commit 8cb03ab
Show file tree
Hide file tree
Showing 4 changed files with 107 additions and 167 deletions.
116 changes: 5 additions & 111 deletions Cargo.lock

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

6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ futures = "0.3"
futures-util = "0.3"
geosuggest-core = { version = "0.3", optional = true }
geosuggest-utils = { version = "0.3", optional = true }
# geosuggest-core = { path = "../geosuggest/geosuggest-core", optional = true}
# geosuggest-utils = { path = "../geosuggest/geosuggest-utils", optional = true}
governor = { version = "0.6", optional = true }
grex = { version = "1.4", default-features = false }
gzp = { version = "0.11", default-features = false, features = [
Expand Down Expand Up @@ -221,6 +223,10 @@ quickcheck = { version = "1", default-features = false }
rusqlite = { version = "0.29", features = ["bundled"] }
serial_test = { version = "2.0", features = ["file_locks"] }

[patch.crates-io]
geosuggest-core = { git = "https://github.com/estin/geosuggest", rev = "5c6b08b" }
geosuggest-utils = { git = "https://github.com/estin/geosuggest", rev = "5c6b08b" }

[features]
default = ["mimalloc"]
all_features = [
Expand Down
Loading

0 comments on commit 8cb03ab

Please sign in to comment.