Skip to content

Commit

Permalink
Merge pull request #1311 from jqnatividad/geocode-countryinfo
Browse files Browse the repository at this point in the history
`geocode`: update to use CountryRecord made available in geo suggest 0.4.3
  • Loading branch information
jqnatividad authored Sep 19, 2023
2 parents 9fc89c6 + 6b47436 commit 5a09107
Show file tree
Hide file tree
Showing 4 changed files with 313 additions and 42 deletions.
14 changes: 8 additions & 6 deletions Cargo.lock

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

4 changes: 0 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -208,10 +208,6 @@ simdutf8 = "0.1"
[target.'cfg(target_arch = "aarch64")'.dependencies]
simdutf8 = { version = "0.1", features = ["aarch64_neon"] }

[patch.crates-io]
geosuggest-core = { git = "https://github.com/jqnatividad/geosuggest", branch = "8-reqwest-openssl" }
geosuggest-utils = { git = "https://github.com/jqnatividad/geosuggest", branch = "8-reqwest-openssl" }

[dev-dependencies]
actix-governor = "0.4"
actix-web = { version = "4.4", default-features = false, features = [
Expand Down
Loading

0 comments on commit 5a09107

Please sign in to comment.