Skip to content

Commit 0345569

Browse files
committed
Fix CI
1 parent 6d16eb7 commit 0345569

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ jobs:
103103
if: ${{ matrix.features != '--features vendored' }}
104104
- name: Install Rust toolchain
105105
run: rustup toolchain install 1.63.0 --component clippy
106+
- name: Cargo minimal versions
107+
run: cargo +nightly-2023-05-19 -Z minimal-versions generate-lockfile
106108
- name: Run check
107109
run: cargo check --workspace --release ${{ matrix.features }}
108110
- name: Run clippy

0 commit comments

Comments
 (0)