chore: checkpoint before Python removal

This commit is contained in:
2026-03-26 22:33:59 +00:00
parent 683cec9307
commit e568ddf82a
29972 changed files with 11269302 additions and 2 deletions

23
vendor/deadpool/ci.config.yml vendored Normal file
View File

@@ -0,0 +1,23 @@
jobs:
check-deadpool:
name: Check deadpool
strategy:
fail-fast: false
matrix:
feature1:
- managed
- unmanaged
feature2:
- rt_tokio_1
- rt_async-std_1
- serde
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
- run: cargo check
--no-default-features
--features ${{ matrix.feature1 }},${{ matrix.feature2 }}