Skip to content

Commit eb37dbe

Browse files
committed
bump required rust version to 1.81
1 parent c6e77d2 commit eb37dbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tantivy"
3-
version = "0.24.0"
3+
version = "0.24.1"
44
authors = ["Paul Masurel <[email protected]>"]
55
license = "MIT"
66
categories = ["database-implementations", "data-structures"]
@@ -11,7 +11,7 @@ repository = "https://github.com/quickwit-oss/tantivy"
1111
readme = "README.md"
1212
keywords = ["search", "information", "retrieval"]
1313
edition = "2021"
14-
rust-version = "1.75"
14+
rust-version = "1.81"
1515
exclude = ["benches/*.json", "benches/*.txt"]
1616

1717
[dependencies]

0 commit comments

Comments
 (0)