From 7344327d467374df406ff5d3175f57b135cc9e29 Mon Sep 17 00:00:00 2001 From: pasha Date: Fri, 3 Jun 2022 19:41:13 +0300 Subject: [PATCH] [release] aiosumma 2.1.19 summa 0.7.7 --- BUILD.bazel | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- aiosumma/BUILD.bazel | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/BUILD.bazel b/BUILD.bazel index cc95b9f8..bf6f4ec0 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -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( diff --git a/Cargo.lock b/Cargo.lock index 902860ad..0d8462c1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1912,7 +1912,7 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" [[package]] name = "summa" -version = "0.7.6" +version = "0.7.7" dependencies = [ "async-broadcast", "base64", diff --git a/Cargo.toml b/Cargo.toml index fd3f8e74..3d5597cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/aiosumma/BUILD.bazel b/aiosumma/BUILD.bazel index 754bc231..9823b200 100644 --- a/aiosumma/BUILD.bazel +++ b/aiosumma/BUILD.bazel @@ -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",