Skip to content

Commit

Permalink
Update MSRV to 1.75 (#2515)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
waywardmonkeys authored Oct 16, 2024
1 parent 6dfa2df commit 5f02690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 5f02690

Please sign in to comment.