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 d17945b commit 43c6b1fCopy full SHA for 43c6b1f
.github/workflows/CI.yml
@@ -147,13 +147,13 @@ jobs:
147
uses: actions/checkout@v4
148
149
- name: Install Rust
150
- uses: dtolnay/rust-toolchain@nightly
+ uses: dtolnay/rust-toolchain@stable
151
152
- name: Install cargo-hack
153
run: cargo install cargo-hack
154
155
- name: check --feature-powerset
156
- run: cargo hack check --feature-powerset --depth 2 --skip ffi -Z avoid-dev-deps
+ run: cargo hack --no-dev-deps check --feature-powerset --depth 2 --skip ffi
157
158
deprecated:
159
name: Check deprecated on ${{ matrix.rust }}
0 commit comments