Skip to content

Commit 6ef3e20

Browse files
committed
chore: Increase the minimum version of meta to 1.2.768 to support fetch_add and enable AutoIncrement to work
1 parent 2f41ca2 commit 6ef3e20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/meta/client/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ use semver::Version;
168168
// Version: v1.2.257-nightly-188426e3e6-simd(1.75.0-nightly-2023-12-17T22:09:06.675156000Z)
169169
// ```
170170
// Skip 1.2.258 use the next 1.2.259
171-
pub static MIN_METASRV_SEMVER: Version = Version::new(1, 2, 764);
171+
pub static MIN_METASRV_SEMVER: Version = Version::new(1, 2, 768);
172172

173173
pub fn to_digit_ver(v: &Version) -> u64 {
174174
v.major * 1_000_000 + v.minor * 1_000 + v.patch

0 commit comments

Comments
 (0)