Update MSRV to 1.75 (#2515)

This is required by the `fs4` dependency. There are other
things that need something later than 1.66.

Both quickwit and the Python binding already require something
newer.
This commit is contained in:
Bruce Mitchener
2024-10-16 09:32:16 +07:00
committed by GitHub
parent 6dfa2df06f
commit 5f026901b8

View File

@@ -11,7 +11,7 @@ repository = "https://github.com/quickwit-oss/tantivy"
readme = "README.md"
keywords = ["search", "information", "retrieval"]
edition = "2021"
rust-version = "1.66"
rust-version = "1.75"
exclude = ["benches/*.json", "benches/*.txt"]
[dependencies]