Skip to content

Commit

Permalink
move-panama-backend - fix msrv check
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrist1 committed Sep 20, 2024
1 parent 1bb4784 commit 81cd96b
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 -p diplomat -p diplomat-runtime -p diplomat_core --verbose
run: cargo +1.71 check -p cli -p jextrsact

test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 81cd96b

Please sign in to comment.