Skip to content

Commit

Permalink
Only apply MSRV to diplomat-runtime (#678)
Browse files Browse the repository at this point in the history
* msrv

* +diplomat
  • Loading branch information
robertbastian authored Sep 6, 2024
1 parent fe5201d commit 0dfb267
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 @@ -41,7 +41,7 @@ jobs:
run: rustup install 1.71 --profile minimal

- name: Check
run: cargo +1.71 check --verbose
run: cargo +1.71 check -p diplomat -p diplomat-runtime --verbose

gen:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0dfb267

Please sign in to comment.