Skip to content

Commit 7a67e98

Browse files
comiuscopybara-github
authored andcommitted
Copybara Merge: #238
BEGIN_PUBLIC Copybara import of the project: -- 2803a12 by Ivo List <[email protected]>: Prepare for release 0.0.10-rc2 -- 3423c73 by Ivo List <[email protected]>: Format WORKSPACE -- a99403a by Ivo List <[email protected]>: Touch module -- 258d8c9 by Ivo List <[email protected]>: Revert "Touch module" This reverts commit a99403a. END_PUBLIC COPYBARA_INTEGRATE_REVIEW=#238 from comius:release-0.0.10-rc2 258d8c9 PiperOrigin-RevId: 673358956 Change-Id: Iabc9c29e6f168cfdfd2f0657438b71654f470cc9
1 parent 96ac608 commit 7a67e98

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

MODULE.bazel

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
module(
22
name = "rules_cc",
3-
version = "0.0.4",
3+
version = "0.0.10-rc2",
44
compatibility_level = 1,
55
)
66

77
bazel_dep(name = "bazel_skylib", version = "1.7.1")
8-
bazel_dep(name = "platforms", version = "0.0.7")
8+
bazel_dep(name = "platforms", version = "0.0.10")
99
bazel_dep(name = "stardoc", version = "0.7.0")
1010

1111
cc_configure = use_extension("@bazel_tools//tools/cpp:cc_configure.bzl", "cc_configure_extension")

WORKSPACE

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ http_archive(
4141

4242
http_archive(
4343
name = "platforms",
44-
sha256 = "3a561c99e7bdbe9173aa653fd579fe849f1d8d67395780ab4770b1f381431d51",
44+
sha256 = "218efe8ee736d26a3572663b374a253c012b716d8af0c07e842e82f238a0a7ee",
4545
urls = [
46-
"https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/0.0.7/platforms-0.0.7.tar.gz",
47-
"https://github.com/bazelbuild/platforms/releases/download/0.0.7/platforms-0.0.7.tar.gz",
46+
"https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/0.0.10/platforms-0.0.10.tar.gz",
47+
"https://github.com/bazelbuild/platforms/releases/download/0.0.10/platforms-0.0.10.tar.gz",
4848
],
4949
)
5050

0 commit comments

Comments
 (0)