From 2d3ec348f8371557c5ab0e48a1310323f62f4260 Mon Sep 17 00:00:00 2001 From: Larry Dewey Date: Wed, 24 Jan 2024 16:04:25 -0600 Subject: [PATCH] Changing testing version to match release Signed-off-by: Larry Dewey --- .github/workflows/lint.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 666bd15b..3e97e538 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.66.1 profile: minimal override: true - uses: actions-rs/cargo@v1 @@ -25,7 +25,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: components: clippy - toolchain: nightly + toolchain: 1.66.1 profile: minimal override: true - uses: actions-rs/cargo@v1 @@ -41,7 +41,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: components: clippy - toolchain: nightly + toolchain: 1.66.1 profile: minimal override: true - uses: actions-rs/cargo@v1 @@ -56,7 +56,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions-rs/toolchain@v1 with: - toolchain: nightly + toolchain: 1.66.1 profile: minimal override: true - run: cargo install cargo-readme