lightningcss icon indicating copy to clipboard operation
lightningcss copied to clipboard

Post-napi cargo-auditable panic

Open toastal opened this issue 1 year ago • 1 comments

thread 'main' panicked at cargo-auditable/src/collect_audit_data.rs:77:9:
cargo metadata failure: error: Package `lightningcss-napi v0.1.0 (/build/source/napi)` does not have feature `rayon`. It has an optional dependency with that name, but that dependency uses the "dep:" syntax in the features table, so it does not have an implicit feature with that name.

Nix run cargo-auditable & I’m trying to do my job maintaining the package on the latest version bump but I am not a rust user & don’t know what this means.

toastal avatar Mar 15 '24 09:03 toastal

I can no longer reproduce this issue on cargo auditable v0.6.4 and rustc/cargo v1.76.

Shnatsel avatar Aug 06 '24 15:08 Shnatsel