Skip to content

Commit

Permalink
[fix] Use vendored
Browse files Browse the repository at this point in the history
  • Loading branch information
ppodolsky committed May 31, 2022
1 parent 929adba commit c632125
Show file tree
Hide file tree
Showing 3 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.4",
version = "0.7.5",
)

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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "summa"
version = "0.7.4"
version = "0.7.5"
license-file = "LICENSE"
description = "Fast full-text search server"
homepage = "https://github.com/izihawa/summa"
Expand Down Expand Up @@ -47,7 +47,7 @@ parking_lot = { version = "0.12.0", features = ["send_guard"] }
path-absolutize = "3.0.13"
prometheus = "0.13.0"
prost = "0.10.4"
prost-build = "0.10.4"
prost-build = { version = "0.10.4", features = ["vendored"] }
prost-types = "0.10.1"
rand = "0.8.5"
rdkafka = "0.28.0"
Expand Down

0 comments on commit c632125

Please sign in to comment.