Skip to content

Commit

Permalink
use geosuggest upstream
Browse files Browse the repository at this point in the history
it adds admin2 and makes `tracing` an optional feature. We don't use tracing in qsv so this reduces our dependency tree
  • Loading branch information
jqnatividad committed Sep 1, 2023
1 parent e0184e2 commit 28e7d8e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 111 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

0 comments on commit 28e7d8e

Please sign in to comment.