From 01f846a3e6b6909fd86ecaa723b9861a8aaf45e7 Mon Sep 17 00:00:00 2001 From: Shella Stephens Date: Tue, 30 Apr 2024 17:21:33 -0600 Subject: [PATCH] MSRV 1.74.0 --- .github/workflows/cli.yml | 2 +- .github/workflows/core.yml | 4 ++-- .github/workflows/derive.yml | 2 +- .github/workflows/tokio.yml | 2 +- .github/workflows/workspace.yml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cli.yml b/.github/workflows/cli.yml index 207eaa2..b62c400 100644 --- a/.github/workflows/cli.yml +++ b/.github/workflows/cli.yml @@ -22,7 +22,7 @@ jobs: - macos-latest - windows-latest rust: - - 1.70.0 # MSRV + - 1.74.0 # MSRV - stable runs-on: ${{ matrix.platform }} steps: diff --git a/.github/workflows/core.yml b/.github/workflows/core.yml index f2bcb40..20d7a99 100644 --- a/.github/workflows/core.yml +++ b/.github/workflows/core.yml @@ -26,7 +26,7 @@ jobs: - macos-latest - windows-latest rust: - - 1.70.0 # MSRV + - 1.74.0 # MSRV - stable runs-on: ${{ matrix.platform }} steps: @@ -47,7 +47,7 @@ jobs: - macos-latest - windows-latest rust: - - 1.70.0 # MSRV + - 1.74.0 # MSRV - stable runs-on: ${{ matrix.platform }} steps: diff --git a/.github/workflows/derive.yml b/.github/workflows/derive.yml index 87f6d20..71d031e 100644 --- a/.github/workflows/derive.yml +++ b/.github/workflows/derive.yml @@ -22,7 +22,7 @@ jobs: strategy: matrix: rust: - - 1.70.0 # MSRV + - 1.74.0 # MSRV - stable steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/tokio.yml b/.github/workflows/tokio.yml index b3e2656..d4a5414 100644 --- a/.github/workflows/tokio.yml +++ b/.github/workflows/tokio.yml @@ -19,7 +19,7 @@ jobs: strategy: matrix: rust: - - 1.70.0 # MSRV + - 1.74.0 # MSRV - stable steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/workspace.yml b/.github/workflows/workspace.yml index 6da3e38..6ab4d77 100644 --- a/.github/workflows/workspace.yml +++ b/.github/workflows/workspace.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions-rs/toolchain@v1 with: - toolchain: 1.70.0 # MSRV + toolchain: 1.74.0 # MSRV components: clippy override: true profile: minimal