Skip to content

Commit 5a8b0af

Browse files
committed
bump protobuf
1 parent 0369b8e commit 5a8b0af

File tree

98 files changed

+2272
-2765
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+2272
-2765
lines changed

examples/proto/helloworld/greeter_client/greeter_client.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
extern crate grpc;
1616
extern crate helloworld_proto;
1717

18+
use grpc::ClientStubExt;
1819
use std::env;
1920
use std::str::FromStr;
2021

proto/raze/BUILD

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,44 +12,44 @@ licenses([
1212

1313
alias(
1414
name = "grpc",
15-
actual = "@raze__grpc__0_4_0//:grpc",
15+
actual = "@raze__grpc__0_6_2//:grpc",
1616
)
1717

1818
alias(
1919
name = "grpc_compiler",
20-
actual = "@raze__grpc_compiler__0_4_0//:grpc_compiler",
20+
actual = "@raze__grpc_compiler__0_6_2//:grpc_compiler",
2121
)
2222

2323
alias(
2424
# Extra aliased target, from raze configuration
2525
# N.B.: The exact form of this is subject to change.
2626
name = "cargo_bin_protoc_gen_rust_grpc",
27-
actual = "@raze__grpc_compiler__0_4_0//:cargo_bin_protoc_gen_rust_grpc",
27+
actual = "@raze__grpc_compiler__0_6_2//:cargo_bin_protoc_gen_rust_grpc",
2828
)
2929

3030
alias(
3131
name = "protobuf",
32-
actual = "@raze__protobuf__1_6_0//:protobuf",
32+
actual = "@raze__protobuf__2_8_2//:protobuf",
3333
)
3434

3535
alias(
3636
name = "protobuf_codegen",
37-
actual = "@raze__protobuf_codegen__1_6_0//:protobuf_codegen",
37+
actual = "@raze__protobuf_codegen__2_8_2//:protobuf_codegen",
3838
)
3939

4040
alias(
4141
# Extra aliased target, from raze configuration
4242
# N.B.: The exact form of this is subject to change.
4343
name = "cargo_bin_protoc_gen_rust",
44-
actual = "@raze__protobuf_codegen__1_6_0//:cargo_bin_protoc_gen_rust",
44+
actual = "@raze__protobuf_codegen__2_8_2//:cargo_bin_protoc_gen_rust",
4545
)
4646

4747
alias(
4848
name = "tls_api",
49-
actual = "@raze__tls_api__0_1_20//:tls_api",
49+
actual = "@raze__tls_api__0_2_1//:tls_api",
5050
)
5151

5252
alias(
5353
name = "tls_api_stub",
54-
actual = "@raze__tls_api_stub__0_1_20//:tls_api_stub",
54+
actual = "@raze__tls_api_stub__0_2_1//:tls_api_stub",
5555
)

0 commit comments

Comments
 (0)