Skip to content

Commit

Permalink
build: switch to master branch for cargo-msrv
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiapple852 committed May 16, 2024
1 parent 9bfcc3f commit 3645162
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 @@ -194,6 +194,6 @@ jobs:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- name: install cargo-msrv
run: cargo install cargo-msrv
run: cargo install --git https://github.com/foresterre/cargo-msrv.git cargo-msrv
- name: check msrv
run: cargo msrv --output-format json verify -- cargo check

0 comments on commit 3645162

Please sign in to comment.