Skip to content

Commit

Permalink
chore(ci): Lock docs to MSRV
Browse files Browse the repository at this point in the history
This will help avoid issues with new warnings
  • Loading branch information
epage committed Aug 12, 2022
1 parent 14b7059 commit a549457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -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
Expand Down

0 comments on commit a549457

Please sign in to comment.