Skip to content

Commit 795bd47

Browse files
Update dependency rules_cc to v0.2.10 (#460)
1 parent ae9fa5f commit 795bd47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

drake_bazel_download/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module(name = "drake_external_examples")
44

55
# Add the Bazel rulesets we need.
6-
bazel_dep(name = "rules_cc", version = "0.2.9")
6+
bazel_dep(name = "rules_cc", version = "0.2.10")
77
bazel_dep(name = "rules_python", version = "1.6.3")
88

99
# Use the host system python.

drake_bazel_external/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module(name = "drake_external_examples")
88
bazel_dep(name = "apple_support", version = "1.24.1")
99

1010
# Add the Bazel rules we need.
11-
bazel_dep(name = "rules_cc", version = "0.2.9")
11+
bazel_dep(name = "rules_cc", version = "0.2.10")
1212
bazel_dep(name = "rules_python", version = "1.6.3")
1313

1414
# Here we introduce Drake as a module dependency, but note that Drake is not

0 commit comments

Comments
 (0)