Compare commits

...

1 Commits

Author SHA1 Message Date
pegasust febc57fe03 HACK: use 0.23.0 2024-11-15 08:40:06 +00:00
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "tantivy"
version = "0.22.0"
version = "0.23.0"
readme = "README.md"
authors = ["Damir Jelić <poljar@termina.org.uk>"]
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"

View File

@ -5,6 +5,7 @@ build-backend = "maturin"
[project]
name = "tantivy"
requires-python = ">=3.8"
version = "0.23.0"
[project.optional-dependencies]
dev = [