diff --git a/Cargo.toml b/Cargo.toml index 8dff4a999..d7dfca314 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tantivy" -version = "0.24.0" +version = "0.24.1" authors = ["Paul Masurel "] license = "MIT" categories = ["database-implementations", "data-structures"] @@ -11,7 +11,7 @@ repository = "https://github.com/quickwit-oss/tantivy" readme = "README.md" keywords = ["search", "information", "retrieval"] edition = "2021" -rust-version = "1.75" +rust-version = "1.81" exclude = ["benches/*.json", "benches/*.txt"] [dependencies]