mirror of
https://github.com/lancedb/lancedb.git
synced 2026-08-18 12:08:35 +00:00
b64284d8ca
The MSRV job pinned `aws-smithy-checksums` to 0.63.9, which requires `crc-fast = "~1.3.0"`. Lance v11 pulls in opendal 0.58.1, whose `opendal-service-s3` requires `crc-fast = "^1.9.0"`, so the downgrade step failed to resolve. Replace the hand-maintained pin list with cargo's MSRV-aware resolution, which picks the newest versions whose declared `rust-version` fits the workspace MSRV. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>