Open Evrey opened 3 years ago
For this specific problem, it's possible that this will be solved by upgrading our old cargo crate dependency (in progress).
I know next to nothing about nightly Rust since I don't use it due to its experimental and unstable nature, but if someone wants to add support for and maintain support for nightly that would be most welcome. To be clear, I don't have any philosophical problem with nightly Rust, it's a matter of resources (time).
Upgrading cargo is in the works as part of #183.
Same issue here with the unstable.gc
and unstable.gitoxide
fields.
To be precise, my
Cargo.toml
hascargo-features = ["strip"]
to strip the symbol table in release builds. The TOML parser incargo-geiger
rejects this, assuming allCargo.toml
s to be stable only.Here are my suggestions on how to solve this problem:
cargo
features.