Skip to content

Commit 0ffc440

Browse files
committed
feat(cluster): upgrade MIN_METASRV_SEMVER
1 parent 934c704 commit 0ffc440

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/meta/client/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ pub static METACLI_COMMIT_SEMVER: Lazy<Version> = Lazy::new(|| {
4141
/// Oldest compatible nightly metasrv version
4242
pub static MIN_METASRV_SEMVER: Version = Version {
4343
major: 0,
44-
minor: 7,
45-
patch: 63,
44+
minor: 8,
45+
patch: 30,
4646
pre: Prerelease::EMPTY,
4747
build: BuildMetadata::EMPTY,
4848
};

0 commit comments

Comments
 (0)