diff --git a/tools/ci-build/scripts/check-style-and-lints b/tools/ci-build/scripts/check-style-and-lints index 804b2e01618..27f9e2597db 100755 --- a/tools/ci-build/scripts/check-style-and-lints +++ b/tools/ci-build/scripts/check-style-and-lints @@ -11,7 +11,7 @@ sdk-lints check --all sdk-lints fix --all # shellcheck disable=SC2046 -rustfmt --check --edition 2018 $(find . -name '*.rs' -print | grep -v /target/) +rustfmt --check --edition 2021 $(find . -name '*.rs' -print | grep -v /target/) ./gradlew -p buildSrc test ./gradlew ktlint