This tool currently requires nightly-2024-08-071. Cargo manifests that specify edition = "2024" cannot be used with this tool except by modifying the Cargo.toml itself by adding cargo-features = ["edition2024"]. for every crate in the dependency graph.
There also appear to be some odd bugs around optional dependencies and feature-specification in the 2024-08-07 nightly, and it would be good not to need to work around those.
This tool currently requires
nightly-2024-08-071. Cargo manifests that specifyedition = "2024"cannot be used with this tool except by modifying theCargo.tomlitself by addingcargo-features = ["edition2024"]. for every crate in the dependency graph.There also appear to be some odd bugs around optional dependencies and feature-specification in the
2024-08-07nightly, and it would be good not to need to work around those.Footnotes
It's possible that a newer nightly compiler would work, but the oldest nightly supporting
edition = "2024"as a stable feature,2025-01-03, cannot build this repo. That said, it has a lot fewer errors than the current nightly, so updating to that version may be a smaller lift than updating all the way to the current nightly. ↩