From eb37dbee2691ab6ea2e5673ae2214f2936ee7f03 Mon Sep 17 00:00:00 2001 From: Pascal Seitz Date: Fri, 18 Apr 2025 17:29:51 +0800 Subject: [PATCH] bump required rust version to 1.81 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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]