Skip to content

Commit a549457

Browse files
committed
chore(ci): Lock docs to MSRV
This will help avoid issues with new warnings
1 parent 14b7059 commit a549457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
- name: Install Rust
138138
uses: actions-rs/toolchain@v1
139139
with:
140-
toolchain: stable
140+
toolchain: 1.60.0 # MSRV
141141
profile: minimal
142142
override: true
143143
- uses: Swatinem/rust-cache@v1

0 commit comments

Comments
 (0)