From febc57fe033c30764135a94649e74b835c97307f Mon Sep 17 00:00:00 2001 From: pegasust Date: Fri, 15 Nov 2024 08:40:06 +0000 Subject: [PATCH] HACK: use 0.23.0 --- Cargo.toml | 4 ++-- pyproject.toml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a4988c7..631566b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tantivy" -version = "0.22.0" +version = "0.23.0" readme = "README.md" authors = ["Damir Jelić "] edition = "2021" @@ -16,7 +16,7 @@ pyo3-build-config = "0.22.6" [dependencies] base64 = "0.22" chrono = "0.4.38" -tantivy = "0.22.0" +tantivy = "0.23.0" itertools = "0.13.0" futures = "0.3.31" pythonize = "0.21.0" diff --git a/pyproject.toml b/pyproject.toml index 9383f3e..c27d77c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,6 +5,7 @@ build-backend = "maturin" [project] name = "tantivy" requires-python = ">=3.8" +version = "0.23.0" [project.optional-dependencies] dev = [