Skip to content

Commit 20c0f2f

Browse files
committed
fix yaml
1 parent 92e53f2 commit 20c0f2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
with:
114114
toolchain: ${{ matrix.rust }}
115115
- name: Patch dependencies versions
116-
- name: Patch dependencies versions # some dependencies bump MSRV without major version bump
116+
run: bash ./scripts/patch_dependencies.sh
117117
- name: Check MSRV for all crates
118118
run: bash ./scripts/msrv.sh ${{ matrix.rust }}
119119
cargo-deny:

0 commit comments

Comments
 (0)