[bug] cargo-geiger
fails/errors out when Cargo.toml
has nightly features
#181
Labels
Milestone
cargo-geiger
fails/errors out when Cargo.toml
has nightly features
#181
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.The text was updated successfully, but these errors were encountered: