lance-format / lance-format/lance-graph

Fix num-bigint-dig future-incompat warning

Open
#134 0 comments 0 reactions 0 assignees View on GitHub

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-dig once 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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.