From a5494573af5aa217fb5af36a569bfa31f055eb9f Mon Sep 17 00:00:00 2001 From: Ed Page Date: Fri, 12 Aug 2022 08:24:13 -0500 Subject: [PATCH] chore(ci): Lock docs to MSRV This will help avoid issues with new warnings --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 161295169aa..1a46dfcc9a5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -137,7 +137,7 @@ jobs: - name: Install Rust uses: actions-rs/toolchain@v1 with: - toolchain: stable + toolchain: 1.60.0 # MSRV profile: minimal override: true - uses: Swatinem/rust-cache@v1