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.
fetch_add
1 parent 2f41ca2 commit 6ef3e20Copy full SHA for 6ef3e20
src/meta/client/src/lib.rs
@@ -168,7 +168,7 @@ use semver::Version;
168
// Version: v1.2.257-nightly-188426e3e6-simd(1.75.0-nightly-2023-12-17T22:09:06.675156000Z)
169
// ```
170
// Skip 1.2.258 use the next 1.2.259
171
-pub static MIN_METASRV_SEMVER: Version = Version::new(1, 2, 764);
+pub static MIN_METASRV_SEMVER: Version = Version::new(1, 2, 768);
172
173
pub fn to_digit_ver(v: &Version) -> u64 {
174
v.major * 1_000_000 + v.minor * 1_000 + v.patch
0 commit comments