Skip to content

Commit

Permalink
deps: pin generator to 0.7.5 so qsv compiles properly when `geocode…
Browse files Browse the repository at this point in the history
…` feature is enabled

- also update other indirect dependencies
  • Loading branch information
jqnatividad committed Feb 27, 2024
1 parent 0878c6c commit 0f53a4b
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 40 deletions.
81 changes: 41 additions & 40 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ gzp = { version = "0.11", default-features = false, features = [
"snappy_default",
] }
hashbrown = { version = "0.14", optional = true }
generator = { version = "=0.7.5", optional = true }
indexmap = "2.2"
indicatif = "0.17"
itertools = "0.12"
Expand Down Expand Up @@ -289,6 +290,7 @@ foreach = []
geocode = [
"anyhow",
"cached",
"generator",
"geosuggest-core",
"geosuggest-utils",
"phf",
Expand Down

0 comments on commit 0f53a4b

Please sign in to comment.