Skip to content

Commit c1ce996

Browse files
committed
fix: upgrade to bazel_features 1.21.0 for Bazel 8 rc3 support
1 parent 438b12e commit c1ce996

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ Other changes:
7979
* (binaries/tests) For {obj}`--bootstrap_impl=script`, a binary-specific (but
8080
otherwise empty) virtual env is used to customize `sys.path` initialization.
8181
* (deps) bazel_skylib 1.7.0 (workspace; bzlmod already specifying that version)
82+
* (deps) bazel_features 1.21.0; necessary for compatiblity with Bazel 8 rc3
8283

8384
{#v0-0-0-fixed}
8485
### Fixed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module(
44
compatibility_level = 1,
55
)
66

7-
bazel_dep(name = "bazel_features", version = "1.9.1")
7+
bazel_dep(name = "bazel_features", version = "1.21.0")
88
bazel_dep(name = "bazel_skylib", version = "1.7.1")
99
bazel_dep(name = "rules_cc", version = "0.0.16")
1010
bazel_dep(name = "platforms", version = "0.0.4")

0 commit comments

Comments
 (0)