Skip to content

Commit

Permalink
[release] 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ppodolsky committed May 29, 2022
1 parent 3f54a16 commit 6ef0963
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ rust_library(
),
edition = "2021",
deps = all_crate_deps() + [":proto_grpc_rust"],
version = "0.6.1",
version = "0.6.2",
)

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.6.1"
version = "0.6.2"
license-file = "LICENSE"
description = "Fast full-text search server"
homepage = "https://github.com/izihawa/summa"
Expand Down

0 comments on commit 6ef0963

Please sign in to comment.