Skip to content

Commit

Permalink
Copybara Merge: #238
Browse files Browse the repository at this point in the history
BEGIN_PUBLIC
Copybara import of the project:

--
2803a12 by Ivo List <ilist@google.com>:

Prepare for release 0.0.10-rc2

--
3423c73 by Ivo List <ilist@google.com>:

Format WORKSPACE

--
a99403a by Ivo List <ilist@google.com>:

Touch module

--
258d8c9 by Ivo List <ilist@google.com>:

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
  • Loading branch information
comius authored and copybara-github committed Sep 11, 2024
1 parent 96ac608 commit 7a67e98
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
module(
name = "rules_cc",
version = "0.0.4",
version = "0.0.10-rc2",
compatibility_level = 1,
)

bazel_dep(name = "bazel_skylib", version = "1.7.1")
bazel_dep(name = "platforms", version = "0.0.7")
bazel_dep(name = "platforms", version = "0.0.10")
bazel_dep(name = "stardoc", version = "0.7.0")

cc_configure = use_extension("@bazel_tools//tools/cpp:cc_configure.bzl", "cc_configure_extension")
Expand Down
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ http_archive(

http_archive(
name = "platforms",
sha256 = "3a561c99e7bdbe9173aa653fd579fe849f1d8d67395780ab4770b1f381431d51",
sha256 = "218efe8ee736d26a3572663b374a253c012b716d8af0c07e842e82f238a0a7ee",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/0.0.7/platforms-0.0.7.tar.gz",
"https://github.com/bazelbuild/platforms/releases/download/0.0.7/platforms-0.0.7.tar.gz",
"https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/0.0.10/platforms-0.0.10.tar.gz",
"https://github.com/bazelbuild/platforms/releases/download/0.0.10/platforms-0.0.10.tar.gz",
],
)

Expand Down

0 comments on commit 7a67e98

Please sign in to comment.