From 3c86cccfb918085cc21d4c65d87e9448ea0e43df Mon Sep 17 00:00:00 2001 From: Ben Date: Thu, 18 Apr 2024 11:48:40 +0100 Subject: [PATCH 1/3] Update cI.yml --- .github/workflows/cI.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/cI.yml b/.github/workflows/cI.yml index 000d91f..ada4d59 100644 --- a/.github/workflows/cI.yml +++ b/.github/workflows/cI.yml @@ -19,9 +19,8 @@ jobs: timeout-minutes: 10 steps: - uses: actions/checkout@v4 - - uses: dtolnay/rust-toolchain@master + - uses: dtolnay/rust-toolchain@nightly with: - toolchain: nightly-2024-02-01 components: clippy - uses: Swatinem/rust-cache@v2 with: @@ -35,9 +34,8 @@ jobs: timeout-minutes: 10 steps: - uses: actions/checkout@v4 - - uses: dtolnay/rust-toolchain@master + - uses: dtolnay/rust-toolchain@nightly with: - toolchain: nightly-2024-02-01 components: rustfmt - run: cargo fmt --all --check @@ -46,9 +44,7 @@ jobs: timeout-minutes: 20 steps: - uses: actions/checkout@v4 - - uses: dtolnay/rust-toolchain@master - with: - toolchain: nightly-2024-02-01 + - uses: dtolnay/rust-toolchain@stable - uses: Swatinem/rust-cache@v2 with: cache-on-failure: true From 1ca7641c51c1a3b8322ccec65c189e7440c6c293 Mon Sep 17 00:00:00 2001 From: Ben Date: Thu, 18 Apr 2024 11:49:30 +0100 Subject: [PATCH 2/3] Update rust-toolchain.toml --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 78c155a..5d56faf 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,2 @@ [toolchain] -channel = "nightly-2024-02-01" +channel = "nightly" From 09f11c944f6cfc0bb3c526b7ba0370a49b8c9dad Mon Sep 17 00:00:00 2001 From: Ben Date: Thu, 18 Apr 2024 11:54:37 +0100 Subject: [PATCH 3/3] Rename cI.yml to ci.yml --- .github/workflows/{cI.yml => ci.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{cI.yml => ci.yml} (100%) diff --git a/.github/workflows/cI.yml b/.github/workflows/ci.yml similarity index 100% rename from .github/workflows/cI.yml rename to .github/workflows/ci.yml