Skip to content

Commit 03cbbf1

Browse files
bm1549claude
andcommitted
fix: use yaml-cpp 0.8.0.bcr.1 for Bazel 9 compatibility
yaml-cpp 0.8.0 uses cc_library without a load() statement, which was removed in Bazel 9. The 0.8.0.bcr.1 BCR release adds the required load("@rules_cc//cc:defs.bzl", "cc_library") patch. Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
1 parent 551e9fc commit 03cbbf1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ bazel_dep(name = "abseil-cpp", version = "20260107.1", repo_name = "com_google_a
77
bazel_dep(name = "bazel_skylib", version = "1.9.0")
88
bazel_dep(name = "platforms", version = "1.0.0")
99
bazel_dep(name = "rules_cc", version = "0.2.17")
10-
bazel_dep(name = "yaml-cpp", version = "0.8.0", repo_name = "yaml_cpp")
10+
bazel_dep(name = "yaml-cpp", version = "0.8.0.bcr.1", repo_name = "yaml_cpp")

0 commit comments

Comments
 (0)