Skip to content

Commit

Permalink
[release] 0.23.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ppodolsky committed Apr 18, 2024
1 parent 2164f50 commit 8d14c9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ async-trait = "0.1"
base64 = "0.22"
bytes = "1.3"
clap = { version = "4.0", features = ["cargo"] }
config = "0.13"
derive_builder = "0.12"
config = "0.14.0"
derive_builder = "0.20.0"
downcast-rs = "1.2"
fasteval2 = { version = "2.1.1", features = ["unsafe-vars"] }
futures = "0.3"
Expand Down
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.2"
version = "0.23.3"
license-file = "LICENSE"
description = "Fast full-text search server"
homepage = "https://github.com/izihawa/summa"
Expand Down

0 comments on commit 8d14c9c

Please sign in to comment.