Skip to content

Commit 6dda397

Browse files
authored
chore(deps): update rules_cc to 0.1.1 (#113)
Signed-off-by: wep21 <daisuke.nishimatsu1021@gmail.com>
1 parent 23b332c commit 6dda397

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

MODULE.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ bazel_dep(name = "glog", version = "0.7.1")
2424
bazel_dep(name = "googletest", version = "1.15.2")
2525
bazel_dep(name = "lz4", version = "1.9.4")
2626
bazel_dep(name = "platforms", version = "0.0.11")
27-
bazel_dep(name = "rules_cc", version = "0.1.0")
27+
bazel_dep(name = "rules_cc", version = "0.1.1")
2828
bazel_dep(name = "rules_foreign_cc", version = "0.13.0")
2929
bazel_dep(name = "rules_python", version = "1.1.0")
3030

examples/MODULE.bazel

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ module(name = "rules_ros_examples")
22

33
bazel_dep(name = "aspect_bazel_lib", version = "2.10.0")
44
bazel_dep(name = "rules_python", version = "0.38.0")
5-
bazel_dep(name = "boost.any", version = "1.83.0.bcr.1")
5+
bazel_dep(name = "boost.any", version = "1.83.0.bcr.2")
66
bazel_dep(name = "boost.smart_ptr", version = "1.83.0.bcr.1")
7-
bazel_dep(name = "boost.thread", version = "1.83.0")
7+
bazel_dep(name = "boost.thread", version = "1.83.0.bcr.2")
88

99
# This import is relevant for these examples and this (rules_ros) repository.
1010
bazel_dep(name = "rules_ros")

0 commit comments

Comments
 (0)