From 015982012e40e93d401725225ba495ea5a029f47 Mon Sep 17 00:00:00 2001 From: Artyom Pavlov Date: Mon, 25 May 2026 12:43:39 +0300 Subject: [PATCH] ci: disable minimal versions job for aes-kw --- .github/workflows/aes-kw.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/aes-kw.yml b/.github/workflows/aes-kw.yml index 2030208..71e38f3 100644 --- a/.github/workflows/aes-kw.yml +++ b/.github/workflows/aes-kw.yml @@ -40,6 +40,8 @@ jobs: minimal-versions: uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master + # TODO: re-enable after aes v0.9.1 is released + if: false with: working-directory: ${{ github.workflow }}