Skip to content

Commit

Permalink
[release] aiosumma 2.1.19 summa 0.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ppodolsky committed Jun 3, 2022
1 parent b70144d commit 7344327
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ rust_library(
),
edition = "2021",
deps = all_crate_deps() + [":proto_grpc_rust"],
version = "0.7.6",
version = "0.7.7",
)

rust_binary(
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "summa"
version = "0.7.6"
version = "0.7.7"
license-file = "LICENSE"
description = "Fast full-text search server"
homepage = "https://github.com/izihawa/summa"
Expand Down
2 changes: 1 addition & 1 deletion aiosumma/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ py_wheel(
"summa/proto/summa_py_pb",
"aiosumma",
],
version = "2.1.18",
version = "2.1.19",
deps = [
":aiosumma",
"//summa/proto:summa_py",
Expand Down

0 comments on commit 7344327

Please sign in to comment.