We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f409d7 commit b803ee9Copy full SHA for b803ee9
.github/workflows/ci.yml
@@ -127,6 +127,9 @@ jobs:
127
- uses: taiki-e/install-action@33734a118689b0b418824fb78ea2bf18e970b43b # v2.50.4
128
with:
129
tool: cargo-msrv
130
+ - uses: arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b # v3.0.0
131
+ with:
132
+ repo-token: ${{ secrets.GITHUB_TOKEN }}
133
- name: Check MSRV for all crates
134
run: bash ./scripts/msrv.sh
135
cargo-deny:
0 commit comments