File tree Expand file tree Collapse file tree 5 files changed +8
-32
lines changed Expand file tree Collapse file tree 5 files changed +8
-32
lines changed Original file line number Diff line number Diff line change @@ -2,5 +2,4 @@ package(default_visibility = ["//visibility:public"])
2
2
3
3
exports_files ([
4
4
"com_google_protobuf-v3.10.0-bzl_visibility.patch" ,
5
- "rules_proto-bzl_visibility.patch" ,
6
5
])
Original file line number Diff line number Diff line change 1
1
# @rules_rust//proto patches
2
2
3
- The patches here provide the required visibility to ` *.bzl ` files used by the rules defined in ` @rules_rust//proto ` .
3
+ The patches here provide the required visibility to ` *.bzl ` files used by the rules defined in ` com_google_protobuf ` .
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -29,15 +29,11 @@ def rust_proto_repositories(register_default_toolchain = True):
29
29
maybe (
30
30
http_archive ,
31
31
name = "rules_proto" ,
32
- sha256 = "bc12122a5ae4b517fa423ea03a8d82ea6352d5127ea48cb54bc324e8ab78493c " ,
33
- strip_prefix = "rules_proto-af6481970a34554c6942d993e194a9aed7987780 " ,
32
+ sha256 = "66bfdf8782796239d3875d37e7de19b1d94301e8972b3cbd2446b332429b4df1 " ,
33
+ strip_prefix = "rules_proto-4.0.0 " ,
34
34
urls = [
35
- "https://mirror.bazel.build/github.com/bazelbuild/rules_proto/archive/af6481970a34554c6942d993e194a9aed7987780.tar.gz" ,
36
- "https://github.com/bazelbuild/rules_proto/archive/af6481970a34554c6942d993e194a9aed7987780.tar.gz" ,
37
- ],
38
- patch_args = ["-p1" ],
39
- patches = [
40
- Label ("//proto/patches:rules_proto-bzl_visibility.patch" ),
35
+ "https://mirror.bazel.build/github.com/bazelbuild/rules_proto/archive/refs/tags/4.0.0.tar.gz" ,
36
+ "https://github.com/bazelbuild/rules_proto/archive/refs/tags/4.0.0.tar.gz" ,
41
37
],
42
38
)
43
39
Original file line number Diff line number Diff line change @@ -79,9 +79,9 @@ def rust_repositories(
79
79
maybe (
80
80
http_archive ,
81
81
name = "rules_cc" ,
82
- url = "https://github.com/bazelbuild/rules_cc/archive/624b5d59dfb45672d4239422fa1e3de1822ee110 .zip" ,
83
- sha256 = "8c7e8bf24a2bf515713445199a677ee2336e1c487fa1da41037c6026de04bbc3 " ,
84
- strip_prefix = "rules_cc-624b5d59dfb45672d4239422fa1e3de1822ee110 " ,
82
+ url = "https://github.com/bazelbuild/rules_cc/archive/dd2758b96dc8f9f4add81eaa4154b7e3d8be6873 .zip" ,
83
+ sha256 = "4e14abe3f288b5ae31eee4dc68472bfcd8d59a0bb1be91dd2c6bfa8af56baf19 " ,
84
+ strip_prefix = "rules_cc-dd2758b96dc8f9f4add81eaa4154b7e3d8be6873 " ,
85
85
type = "zip" ,
86
86
)
87
87
You can’t perform that action at this time.
0 commit comments