Skip to content

Commit e399648

Browse files
committed
fix: Use latest cargo-msrv command syntax
1 parent e66b258 commit e399648

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/msrv.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
run: cp Cargo.lock.msrv Cargo.lock
3535

3636
- name: run_cargo_msrv
37-
run: cargo msrv --output-format json verify -- cargo check --frozen
37+
run: cargo msrv verify --output-format json -- cargo check --locked
3838

3939
- name: run_cargo_msrv_on_verify_failure
4040
if: ${{ failure() }}
41-
run: cargo msrv --output-format json -- cargo check --frozen
41+
run: cargo msrv find --output-format json -- cargo check --locked

0 commit comments

Comments
 (0)