lance-format / lance-format/lance-graph
Fix num-bigint-dig future-incompat warning
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 179
- Forks
- 33
- PR merge metrics
- No merged PRs in 30d
Description
Summary
cargo check --workspace reports num-bigint-dig v0.8.4 as future-incompatible with a coming Rust release. We should update or patch to avoid upcoming breakage.
Repro
cargo check --workspace
Expected
No future-incompatibility warnings.
Notes
- Identify the dependency chain pulling
num-bigint-dig(likely via crypto deps). - Try
cargo update -p num-bigint-digonce a fixed release exists, or add a[patch.crates-io]override if needed.
Environment
- Rust workspace after moving Python bindings to
crates/lance-graph-python - Rust toolchain from CI defaults
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with cargo check --workspace and trace the dependency chain that brings in num-bigint-dig v0.8.4, likely through the crypto dependencies. Review the Rust workspace manifests, then test the available update or patch path; done means the workspace check reports no future-incompatibility warnings.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100