bump required rust version to 1.81

This commit is contained in:
Pascal Seitz
2025-04-18 17:29:51 +08:00
parent c6e77d27c6
commit eb37dbee26

View File

@@ -1,6 +1,6 @@
[package]
name = "tantivy"
version = "0.24.0"
version = "0.24.1"
authors = ["Paul Masurel <paul.masurel@gmail.com>"]
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]