Skip to content

Commit

Permalink
use our fork of geosuggest to remove openssl dependency
Browse files Browse the repository at this point in the history
which brings in a lot of other dependencies as evinced by the cargo.lock diff

having openssl also prevents musl builds

as soon as our PR proposing openssl dependency is merged, will switch back to geosuggest upstream
  • Loading branch information
jqnatividad committed Sep 9, 2023
1 parent f13e527 commit 5e7be48
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 153 deletions.
159 changes: 6 additions & 153 deletions Cargo.lock

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

4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,10 @@ 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

0 comments on commit 5e7be48

Please sign in to comment.