Skip to content

Commit 9fc8f6a

Browse files
author
Petr Matousek
committed
fix: Update rules_foreign_cc to 0.15.1 for full Bazel 7.x compatibility
- Update rules_foreign_cc from 0.13.0 to 0.15.1 - Version 0.15.1 is the latest stable release tested with Bazel 7.x - Includes all required toolchains (meson, pkgconfig, etc.) - Fixes 'no such target built_pkgconfig_toolchain' error
1 parent e7a1e0d commit 9fc8f6a

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
@@ -9,7 +9,7 @@ bazel_dep(name = "bazel_skylib", version = "1.8.2")
99

1010
# https://github.com/bazelbuild/rules_foreign_cc
1111
# https://github.com/bazelbuild/rules_foreign_cc/issues/1035
12-
bazel_dep(name = "rules_foreign_cc", version = "0.13.0")
12+
bazel_dep(name = "rules_foreign_cc", version = "0.15.1")
1313

1414
# https://github.com/bazelbuild/bazel/issues/17289#issuecomment-1438406403
1515
bazel_dep(name="platforms", version="1.0.0")

0 commit comments

Comments
 (0)