Commit Graph
3 Commits
Author SHA1 Message Date
osobhandClaude Opus 4.8 033ca3a48d fix(rtx-vision-advanced): cap fixed at 1.30.0 for the nightly-2025-10-25 toolchain
CI / Format Check (push) Failing after 14s
Documentation / Build API Documentation (push) Failing after 45s
CI / Build (ubuntu-latest) (push) Failing after 1m17s
CI / Clippy Check (push) Failing after 1m29s
Documentation / Build User Guide (push) Successful in 10s
CI / Build CPU-Only (Explicit) (push) Failing after 1m33s
Performance Benchmarks / Run Benchmarks (push) Successful in 2m21s
CI / Build (macos-latest) (push) Failing after 58s
CI / Test (macos-latest) (push) Has been skipped
CI / Test (ubuntu-latest) (push) Has been skipped
CI / Python Bindings (maturin) (macos-latest) (push) Has been skipped
CI / Python Bindings (maturin) (ubuntu-latest) (push) Has been skipped
CI / WASM Build + Size Check (push) Has been skipped
CI / Distributed Training Tests (push) Has been skipped
CI / CI Success (push) Failing after 0s
fixed 1.31.0 bumped its MSRV to rustc 1.93 (uses unstable unchecked_shifts),
breaking CI which pins nightly-2025-10-25 (rustc 1.92). Cap the transitive dep
(pulled via rerun/kiddo) to the last 1.92-compatible release.

Co-Authored-By: Claude Opus 4.8 <[email protected]>
2026-06-26 23:28:55 -07:00
Omar Sobh 16161bb9df deps: align all 56 per-crate Cargo.toml files to thiserror v2
The workspace root was upgraded to thiserror = "2" in an earlier commit,
but 56 per-crate Cargo.toml files still independently declared "1.0".
These crates do not use workspace.dependencies inheritance for thiserror.
All updated to thiserror = "2" for complete fleet alignment.

Includes: rtx-backend, rtx-tensor, rtx-losses, rtx-backend-cuda/rocm/metal,
all training crates (rtx-auto, rtx-rl, rtx-distributed, rtx-federated, etc.),
specialized crates (rtx-science, rtx-platform, rtx-nmf, rtx-neuro-*),
production crates (rtx-streaming, rtx-serving-api), and all demo crates.

cargo check --workspace: PASSES.
2026-04-26 11:45:14 -07:00
redclawsystems 4d88dc0584 Initial commit 2026-03-04 00:08:42 +00:00