Skip to content

Commit

Permalink
release: 0.23.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ppodolsky committed Dec 23, 2024
1 parent b5e5083 commit 277ac47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions summa-embed-py/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "summa-embed-py"
version = "0.23.8"
version = "0.23.9"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -18,7 +18,7 @@ pyo3-log = "^0.8"
pythonize = "^0.19"
serde_json = "1.0"
summa-core = { version = "0.23.3", path = "../summa-core", default-features = false, features = ["fs", "hyper-external-request", "tokio-rt"] }
summa-server = { version = "0.23.8", path = "../summa-server", default-features = false }
summa-server = { version = "0.23.9", path = "../summa-server", default-features = false }
summa-proto = { workspace = true }
tantivy = { workspace = true }
tokio = { workspace = true }
2 changes: 1 addition & 1 deletion summa-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "summa-server"
version = "0.23.8"
version = "0.23.9"
license-file = "LICENSE"
description = "Fast full-text search server"
homepage = "https://github.com/izihawa/summa"
Expand Down

0 comments on commit 277ac47

Please sign in to comment.