Skip to content

Commit daa4691

Browse files
committed
Updating minimun bazel version to use 6.5.0
PiperOrigin-RevId: 682484451
1 parent a752128 commit daa4691

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.bazelversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.1.0
1+
6.5.0

RELEASE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
## Bug Fixes and Other Changes
88

9+
* Bumped the minimum bazel version required to build `struct2tensor` to 6.5.0.
10+
911
## Breaking Changes
1012

1113
## Deprecations

WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@ rules_pkg_dependencies()
8888

8989
# Specify the minimum required bazel version.
9090
load("@bazel_skylib//lib:versions.bzl", "versions")
91-
versions.check("6.1.0")
91+
versions.check("6.5.0")

0 commit comments

Comments
 (0)