@@ -3,53 +3,48 @@ cargo-raze workspace build file.
3
3
4
4
DO NOT EDIT! Replaced on runs of cargo-raze
5
5
"""
6
-
7
6
package (default_visibility = ["//visibility:public" ])
8
7
9
8
licenses ([
10
- "notice" , # See individual crates for specific licenses
9
+ "notice" # See individual crates for specific licenses
11
10
])
12
-
13
11
alias (
14
12
name = "grpc" ,
15
- actual = "@raze__grpc__0_4_0 //:grpc" ,
13
+ actual = "@raze__grpc__0_6_2 //:grpc" ,
16
14
)
17
-
18
15
alias (
19
16
name = "grpc_compiler" ,
20
- actual = "@raze__grpc_compiler__0_4_0 //:grpc_compiler" ,
17
+ actual = "@raze__grpc_compiler__0_6_2 //:grpc_compiler" ,
21
18
)
22
-
23
19
alias (
24
20
# Extra aliased target, from raze configuration
25
21
# N.B.: The exact form of this is subject to change.
26
22
name = "cargo_bin_protoc_gen_rust_grpc" ,
27
- actual = "@raze__grpc_compiler__0_4_0//:cargo_bin_protoc_gen_rust_grpc" ,
23
+ actual = "@raze__grpc_compiler__0_6_2//:cargo_bin_protoc_gen_rust_grpc" ,
24
+ )
25
+ alias (
26
+ name = "log" ,
27
+ actual = "@raze__log__0_4_6//:log" ,
28
28
)
29
-
30
29
alias (
31
30
name = "protobuf" ,
32
- actual = "@raze__protobuf__1_6_0 //:protobuf" ,
31
+ actual = "@raze__protobuf__2_8_2 //:protobuf" ,
33
32
)
34
-
35
33
alias (
36
34
name = "protobuf_codegen" ,
37
- actual = "@raze__protobuf_codegen__1_6_0 //:protobuf_codegen" ,
35
+ actual = "@raze__protobuf_codegen__2_8_2 //:protobuf_codegen" ,
38
36
)
39
-
40
37
alias (
41
38
# Extra aliased target, from raze configuration
42
39
# N.B.: The exact form of this is subject to change.
43
40
name = "cargo_bin_protoc_gen_rust" ,
44
- actual = "@raze__protobuf_codegen__1_6_0 //:cargo_bin_protoc_gen_rust" ,
41
+ actual = "@raze__protobuf_codegen__2_8_2 //:cargo_bin_protoc_gen_rust" ,
45
42
)
46
-
47
43
alias (
48
44
name = "tls_api" ,
49
- actual = "@raze__tls_api__0_1_20 //:tls_api" ,
45
+ actual = "@raze__tls_api__0_1_22 //:tls_api" ,
50
46
)
51
-
52
47
alias (
53
48
name = "tls_api_stub" ,
54
- actual = "@raze__tls_api_stub__0_1_20 //:tls_api_stub" ,
49
+ actual = "@raze__tls_api_stub__0_1_22 //:tls_api_stub" ,
55
50
)
0 commit comments