update to v1.22

This commit is contained in:
Louis Dureuil
2025-08-18 16:15:20 +02:00
parent 31cb960992
commit 69a84fbfe6
20 changed files with 50 additions and 49 deletions

View File

@ -43,6 +43,7 @@ pub fn upgrade_index_scheduler(
(1, 17, _) => 0,
(1, 18, _) => 0,
(1, 19, _) => 0,
(1, 22, _) => 0,
(major, minor, patch) => {
if major > current_major
|| (major == current_major && minor > current_minor)