From edfde67245742261f455a3f5d43697fa08b3d928 Mon Sep 17 00:00:00 2001 From: Arthur Gautier Date: Thu, 14 Dec 2023 11:03:08 -0800 Subject: [PATCH] WIP: async-signature: bring rustc beta for AFIT support --- .github/workflows/async-signature.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/async-signature.yml b/.github/workflows/async-signature.yml index 41aba9707..60bfab329 100644 --- a/.github/workflows/async-signature.yml +++ b/.github/workflows/async-signature.yml @@ -23,8 +23,7 @@ jobs: strategy: matrix: rust: - - 1.60.0 # MSRV - - stable + - beta steps: - uses: actions/checkout@v4 - uses: RustCrypto/actions/cargo-cache@master