Skip to content

Commit d4c4afe

Browse files
authored
Update Bazel to v4.0.0. (#90)
Signed-off-by: Piotr Sikora <[email protected]>
1 parent 531e634 commit d4c4afe

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.bazelversion

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.0
1+
4.0.0

bazel/dep/deps.bzl

+7-7
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,19 @@ def wasm_dependencies():
3939

4040
_http_archive(
4141
name = "rules_proto",
42-
sha256 = "602e7161d9195e50246177e7c55b2f39950a9cf7366f74ed5f22fd45750cd208",
43-
strip_prefix = "rules_proto-97d8af4dc474595af3900dd85cb3a29ad28cc313",
42+
sha256 = "9fc210a34f0f9e7cc31598d109b5d069ef44911a82f507d5a88716db171615a8",
43+
strip_prefix = "rules_proto-f7a30f6f80006b591fa7c437fe5a951eb10bcbcf",
4444
urls = [
45-
"https://mirror.bazel.build/github.com/bazelbuild/rules_proto/archive/97d8af4dc474595af3900dd85cb3a29ad28cc313.tar.gz",
46-
"https://github.com/bazelbuild/rules_proto/archive/97d8af4dc474595af3900dd85cb3a29ad28cc313.tar.gz",
45+
"https://mirror.bazel.build/github.com/bazelbuild/rules_proto/archive/f7a30f6f80006b591fa7c437fe5a951eb10bcbcf.tar.gz",
46+
"https://github.com/bazelbuild/rules_proto/archive/f7a30f6f80006b591fa7c437fe5a951eb10bcbcf.tar.gz",
4747
],
4848
)
4949

5050
_http_archive(
5151
name = "com_google_protobuf",
52-
sha256 = "59621f4011a95df270748dcc0ec1cc51946473f0e140d4848a2f20c8719e43aa",
53-
strip_prefix = "protobuf-655310ca192a6e3a050e0ca0b7084a2968072260",
54-
url = "https://github.com/protocolbuffers/protobuf/archive/655310ca192a6e3a050e0ca0b7084a2968072260.tar.gz",
52+
sha256 = "6dd0f6b20094910fbb7f1f7908688df01af2d4f6c5c21331b9f636048674aebf",
53+
strip_prefix = "protobuf-3.14.0",
54+
url = "https://github.com/protocolbuffers/protobuf/releases/download/v3.14.0/protobuf-all-3.14.0.tar.gz",
5555
)
5656

5757
def _http_archive(name, **kwargs):

0 commit comments

Comments
 (0)