We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc291f7 commit 96a3d47Copy full SHA for 96a3d47
1 file changed
MODULE.bazel
@@ -13,7 +13,7 @@ module(
13
# Add starlark rules.
14
15
bazel_dep(name = "apple_support", version = "2.5.4") # Keep this in sync with cmake/MODULE.bazel.in. # noqa
16
-bazel_dep(name = "bazel_features", version = "1.46.0")
+bazel_dep(name = "bazel_features", version = "1.47.1")
17
bazel_dep(name = "bazel_skylib", version = "1.9.0")
18
bazel_dep(name = "platforms", version = "1.1.0")
19
bazel_dep(name = "rules_cc", version = "0.2.19")
0 commit comments