fix(rtx-vision-advanced): cap fixed at 1.30.0 for the nightly-2025-10-25 toolchain
CI / Format Check (push) Failing after 14s
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
Documentation / Build API Documentation (push) Failing after 45s
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]>
This commit is contained in:
osobh
2026-06-26 23:28:55 -07:00
co-authored by Claude Opus 4.8
parent 6daa20c94b
commit 033ca3a48d
@@ -29,6 +29,10 @@ image = "0.24"
imageproc = "0.23" imageproc = "0.23"
opencv = { version = "0.84", optional = true } opencv = { version = "0.84", optional = true }
rerun = { version = "0.16", optional = true } rerun = { version = "0.16", optional = true }
# Transitive-dependency version cap: rerun/kiddo pull `fixed`, whose 1.31.0 bumped its
# MSRV to rustc 1.93 (uses unstable `unchecked_shifts`). This workspace pins
# nightly-2025-10-25 (rustc 1.92), so cap `fixed` at the last 1.92-compatible release.
fixed = "=1.30.0"
# Medical imaging # Medical imaging
dicom = { version = "0.6", optional = true } dicom = { version = "0.6", optional = true }