From cf5e7169d11e9b6bc3c82ddc8dffa45b3186b1e0 Mon Sep 17 00:00:00 2001 From: Larry Dewey Date: Wed, 24 Jan 2024 16:06:58 -0600 Subject: [PATCH] Updating to match release version Signed-off-by: Larry Dewey --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index cfbe5a3..4a6cbcb 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,7 +9,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: components: rustfmt - toolchain: nightly + toolchain: 1.51 profile: minimal override: true - uses: actions-rs/cargo@v1 @@ -26,7 +26,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: components: clippy - toolchain: nightly + toolchain: 1.51 profile: minimal override: true - uses: actions-rs/cargo@v1