Skip to content

Commit f268a50

Browse files
author
Petr Matousek
committed
fix: Update rules_foreign_cc to 0.13.0 for Bazel 9.0.0 compatibility
- Update rules_foreign_cc from 0.9.0 to 0.13.0 - Fixes 'incompatible_use_toolchain_transition' error with Bazel 9.0.0 - Version 0.13.0 is compatible with Bazel 9.x
1 parent ea557d2 commit f268a50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.9.0")
12+
bazel_dep(name = "rules_foreign_cc", version = "0.13.0")
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)