Compare commits
1 Commits
master
...
use-0.23.0
Author | SHA1 | Date |
---|---|---|
pegasust | febc57fe03 |
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "tantivy"
|
name = "tantivy"
|
||||||
version = "0.22.0"
|
version = "0.23.0"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
authors = ["Damir Jelić <poljar@termina.org.uk>"]
|
authors = ["Damir Jelić <poljar@termina.org.uk>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
@ -16,7 +16,7 @@ pyo3-build-config = "0.22.6"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
base64 = "0.22"
|
base64 = "0.22"
|
||||||
chrono = "0.4.38"
|
chrono = "0.4.38"
|
||||||
tantivy = "0.22.0"
|
tantivy = "0.23.0"
|
||||||
itertools = "0.13.0"
|
itertools = "0.13.0"
|
||||||
futures = "0.3.31"
|
futures = "0.3.31"
|
||||||
pythonize = "0.21.0"
|
pythonize = "0.21.0"
|
||||||
|
|
|
@ -5,6 +5,7 @@ build-backend = "maturin"
|
||||||
[project]
|
[project]
|
||||||
name = "tantivy"
|
name = "tantivy"
|
||||||
requires-python = ">=3.8"
|
requires-python = ">=3.8"
|
||||||
|
version = "0.23.0"
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
dev = [
|
dev = [
|
||||||
|
|
Loading…
Reference in New Issue