Skip to content

Commit

Permalink
fix cargo msrv command
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Nov 8, 2024
1 parent 735cdc3 commit baa3b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
cargo msrv --version
- name: Calculate MSRV
run: cargo msrv --output-format minimal --min 1.68.0
run: cargo msrv find --output-format minimal --min 1.68.0

- name: Build with MSRV
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit baa3b34

Please sign in to comment.