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 565c5ea commit bc84fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: 1.56.1 # MSRV
profile: minimal
override: true
- uses: Swatinem/rust-cache@v1
Expand Down

0 comments on commit bc84fc0

Please sign in to comment.