mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2026-01-29 05:26:57 +00:00
fix(bazel): add missing load statements
Bazel 9 drops builtin `cc_*` rules, they need to be loaded explicitly now.
This commit is contained in:
committed by
Jesse Beder
parent
5cf25533e3
commit
3738976bdc
@@ -8,7 +8,7 @@ module(
|
||||
version = "0.8.0",
|
||||
)
|
||||
|
||||
bazel_dep(name = "platforms", version = "0.0.7")
|
||||
bazel_dep(name = "rules_cc", version = "0.0.8")
|
||||
bazel_dep(name = "platforms", version = "1.0.0")
|
||||
bazel_dep(name = "rules_cc", version = "0.2.14")
|
||||
|
||||
bazel_dep(name = "googletest", version = "1.14.0", dev_dependency = True)
|
||||
bazel_dep(name = "googletest", version = "1.17.0.bcr.2", dev_dependency = True)
|
||||
|
||||
Reference in New Issue
Block a user