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 6d16eb7 commit 0345569Copy full SHA for 0345569
.github/workflows/ci.yaml
@@ -103,6 +103,8 @@ jobs:
103
if: ${{ matrix.features != '--features vendored' }}
104
- name: Install Rust toolchain
105
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
108
- name: Run check
109
run: cargo check --workspace --release ${{ matrix.features }}
110
- name: Run clippy
0 commit comments