Skip to content

Commit b55dd37

Browse files
sayrerclaude
andcommitted
Upgrade yaml-cpp to 0.9.0 (has Bazel 9 cc_library load).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4fb6857 commit b55dd37

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

MODULE.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -403,10 +403,10 @@ use_repo(
403403

404404
http_archive(
405405
name = "com_github_jbeder_yaml_cpp",
406-
sha256 = "fbe74bbdcee21d656715688706da3c8becfd946d92cd44705cc6098bb23b3a16",
407-
strip_prefix = "yaml-cpp-0.8.0",
406+
sha256 = "25cb043240f828a8c51beb830569634bc7ac603978e0f69d6b63558dadefd49a",
407+
strip_prefix = "yaml-cpp-yaml-cpp-0.9.0",
408408
urls = [
409-
"https://github.com/jbeder/yaml-cpp/archive/refs/tags/0.8.0.tar.gz",
409+
"https://github.com/jbeder/yaml-cpp/archive/refs/tags/yaml-cpp-0.9.0.tar.gz",
410410
],
411411
)
412412

0 commit comments

Comments
 (0)