We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6e77d2 commit eb37dbeCopy full SHA for eb37dbe
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "tantivy"
3
-version = "0.24.0"
+version = "0.24.1"
4
authors = ["Paul Masurel <paul.masurel@gmail.com>"]
5
license = "MIT"
6
categories = ["database-implementations", "data-structures"]
@@ -11,7 +11,7 @@ repository = "https://github.com/quickwit-oss/tantivy"
11
readme = "README.md"
12
keywords = ["search", "information", "retrieval"]
13
edition = "2021"
14
-rust-version = "1.75"
+rust-version = "1.81"
15
exclude = ["benches/*.json", "benches/*.txt"]
16
17
[dependencies]
0 commit comments