-
-
Notifications
You must be signed in to change notification settings - Fork 670
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Requesting tantivy release to support zstd dependency #2339
Comments
The workaround would be to get Mac homebrew to install a previous zstd release. But everyone who uses tantivy would have to figure that out. |
I am trying to use tantivy lib "0.21.1" instead of cli which is giving error:
|
Right, the tantivy-cli was just an example. Yours is proof as well that what is in crates.io is not compatible with the latest zstd. |
Updating
|
My next problem is that my project (https://github.com/rdkit-rs/cheminee) cannot be published to crates.io from my Mac because of this build issue. Cargo does not allow releasing crates with git dependencies. |
A new release is planned for next week |
@PSeitz Thank you! Would you please share with us on where we are for the new release? |
All the changes for the new release have been merged on main. I plan to release today or tomorrow. |
tantivy |
Cut new release to support latest zstd
Mac Homebrew installs zstd 1.5.6 and it is not compatible with the tantivy available on crates.io. Pushing the latest tantivy with latest zstd would get builds working on OS X.
and when I try to install the latest tantivy cli from crates.io:
but if I do a little legwork, clone tantivy-cli and manually bump the tantivy dependency:
and that build goes through AOK:
The text was updated successfully, but these errors were encountered: