Skip to content
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

Tantivy requires Rust 1.62 or later. #1583

Merged
merged 1 commit into from
Oct 3, 2022

Conversation

waywardmonkeys
Copy link
Contributor

Tantivy needs the total_cmp feature to compile, which was stabilized in Rust 1.62.

Tantivy needs the `total_cmp` feature to compile, which was stabilized
in Rust 1.62.
@waywardmonkeys
Copy link
Contributor Author

Since the days when 1.27 was supported, these things have requirements beyond that:

  • 1.37 - adding the edition keyword in the Cargo.toml
  • 1.56 - adding support for the 2021 edition.
  • 1.59 - this is the MSRV of the time crate.
  • 1.60 - this is the MSRV of the oneshot crate.
  • 1.62 - the total_cmp feature was stabilized. This is used as of 1bd44a5.

@fulmicoton fulmicoton merged commit a9d2f3d into quickwit-oss:main Oct 3, 2022
@waywardmonkeys waywardmonkeys deleted the msrv branch October 4, 2022 14:05
This was referenced Jan 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants