From c54e199bf537bfb11d5c28286d39bbdaf8bac610 Mon Sep 17 00:00:00 2001 From: Gerard CL Date: Sat, 30 Mar 2024 21:09:54 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=BC=20=20MSRV=20set=20to=20clap's?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/CICD.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CICD.yaml b/.github/workflows/CICD.yaml index 6839ed2..ba6e96e 100644 --- a/.github/workflows/CICD.yaml +++ b/.github/workflows/CICD.yaml @@ -21,7 +21,7 @@ jobs: matrix: rust: - stable - - 1.70.0 + - 1.74.0 steps: - uses: actions/checkout@v3 - uses: actions-rs/toolchain@v1 @@ -40,7 +40,7 @@ jobs: matrix: rust: - stable - - 1.70.0 + - 1.74.0 steps: - uses: actions/checkout@v3 - uses: actions-rs/toolchain@v1 @@ -59,7 +59,7 @@ jobs: matrix: rust: - stable - - 1.70.0 + - 1.74.0 steps: - uses: actions/checkout@v3 - uses: actions-rs/toolchain@v1 @@ -80,7 +80,7 @@ jobs: matrix: rust: - stable - - 1.70.0 + - 1.74.0 steps: - uses: actions/checkout@v3 - uses: actions-rs/toolchain@v1