Skip to content

Commit

Permalink
Fix zstd-sys version to 2.0.9+zstd.1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
gitbuda committed Mar 27, 2024
1 parent 6ebf54f commit a3c8250
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion text_search/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ cxx = "1.0.111"
log = "0.4.17"
env_logger = "0.10.0"
serde_json = "1.0.79"
# TODO(gitbuda): ahash fixed -> v0.8.7 does NOT compile -> remove below line.
# TODO(gitbuda): ahash v0.8.7 does NOT compile -> improve setup.
ahash = "=0.8.5"
# TODO(gitbuda): zstd-sys 2.0.10+zstd.1.5.6 does NOT compile -> improve setup.
zstd-sys = "=2.0.9+zstd.1.5.5"

[dependencies.tantivy]
tantivy = "0.21.1"
Expand Down

0 comments on commit a3c8250

Please sign in to comment.