Skip to content

Commit 312c117

Browse files
chore: fix minimal crates and update igd-next
1 parent f29c585 commit 312c117

File tree

4 files changed

+860
-889
lines changed

4 files changed

+860
-889
lines changed

.github/workflows/ci.yaml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162

163163
- name: Install cargo-binstall
164164
uses: cargo-bins/cargo-binstall@main
165-
165+
166166
- name: Install wasm-bindgen-test-runner
167167
run: cargo binstall wasm-bindgen-cli --locked --no-confirm
168168

@@ -311,3 +311,15 @@ jobs:
311311
- uses: actions/checkout@v4
312312
- run: pip install --user codespell[toml]
313313
- run: codespell --ignore-words-list=ans,atmost,crate,inout,ratatui,ser,stayin,swarmin,worl --skip=CHANGELOG.md
314+
315+
316+
minimal-crates:
317+
runs-on: [self-hosted, linux, X64]
318+
steps:
319+
- uses: actions/checkout@v2
320+
- uses: dtolnay/rust-toolchain@nightly
321+
- uses: swatinem/rust-cache@v2
322+
- name: cargo check
323+
run: |
324+
rm -f Cargo.lock
325+
cargo +nightly check -Z minimal-versions --workspace --all-features --lib --bins

0 commit comments

Comments
 (0)