We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92e53f2 commit 20c0f2fCopy full SHA for 20c0f2f
.github/workflows/ci.yml
@@ -113,7 +113,7 @@ jobs:
113
with:
114
toolchain: ${{ matrix.rust }}
115
- name: Patch dependencies versions
116
- - name: Patch dependencies versions # some dependencies bump MSRV without major version bump
+ run: bash ./scripts/patch_dependencies.sh
117
- name: Check MSRV for all crates
118
run: bash ./scripts/msrv.sh ${{ matrix.rust }}
119
cargo-deny:
0 commit comments