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

22
vendor/id-arena/.travis.yml vendored Normal file
View File

@@ -0,0 +1,22 @@
language: rust
sudo: false
cache:
- cargo
matrix:
include:
- name: "test"
rust: stable
before_script:
- (test -x $HOME/.cargo/bin/cargo-install-update || cargo install cargo-update)
- (test -x $HOME/.cargo/bin/cargo-readme || cargo install --vers "^3" cargo-readme)
- cargo install-update -a
script:
- cargo test
- cargo test --features rayon
- name: "check no_std"
rust: stable
script:
- rustup target add x86_64-unknown-none
- cargo check --no-default-features --target x86_64-unknown-none