hobofan / cargo-nono

Check your crate for (possible) no_std compatibility
Apache License 2.0
209 stars 12 forks source link

Add missing syn features to Cargo.toml #68

Open matthias-stemmler opened 1 year ago

matthias-stemmler commented 1 year ago

This fixes build errors when installing using cargo install without --locked.

You may consider recommending installation using cargo install --locked in the docs.

Fixes #67.

jasta commented 1 year ago

Just ran into this myself and I see this issue is fairly old, hmm...

gilescope commented 9 months ago

ping