chore(ci): Lock docs to MSRV

This will help avoid issues with new warnings
This commit is contained in:
Ed Page 2022-08-12 08:24:13 -05:00
parent 14b70597c0
commit a5494573af

View file

@ -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