File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ local_path_override(
21
21
)
22
22
23
23
bazel_dep (name = "bazel_skylib" , version = "1.7.1" )
24
- bazel_dep (name = "platforms" , version = "0.0.10 " )
24
+ bazel_dep (name = "platforms" , version = "0.0.11 " )
25
25
bazel_dep (name = "rules_cc" , version = "0.0.9" )
26
26
bazel_dep (name = "rules_go" , version = "0.50.1" , repo_name = "io_bazel_rules_go" )
27
27
bazel_dep (name = "rules_rust" , version = "0.54.1" )
Original file line number Diff line number Diff line change @@ -322,10 +322,10 @@ http_archive(
322
322
323
323
http_archive (
324
324
name = "platforms" ,
325
- sha256 = "218efe8ee736d26a3572663b374a253c012b716d8af0c07e842e82f238a0a7ee " ,
325
+ sha256 = "29742e87275809b5e598dc2f04d86960cc7a55b3067d97221c9abbc9926bff0f " ,
326
326
urls = [
327
- "https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/0.0.10 /platforms-0.0.10 .tar.gz" ,
328
- "https://github.com/bazelbuild/platforms/releases/download/0.0.10 /platforms-0.0.10 .tar.gz" ,
327
+ "https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/0.0.11 /platforms-0.0.11 .tar.gz" ,
328
+ "https://github.com/bazelbuild/platforms/releases/download/0.0.11 /platforms-0.0.11 .tar.gz" ,
329
329
],
330
330
)
331
331
You can’t perform that action at this time.
0 commit comments