Re: Rust packaging guidelines: Remove --all-features suggestion

2025-02-18 Thread David Runge
On 2025-02-18 19:29:41 (+0100), kpcyrd wrote: > hello, > > following up on an irc discussion on the Rust packaging guideline, I'd like > to propose changing the command in section 5 from: > > cargo build --frozen --release --all-features > > to > > cargo build --frozen --release > > En

Rust packaging guidelines: Remove --all-features suggestion

2025-02-18 Thread kpcyrd
hello, following up on an irc discussion on the Rust packaging guideline, I'd like to propose changing the command in section 5 from: cargo build --frozen --release --all-features to cargo build --frozen --release Enabling all non-default features is rarely what we want, they are u