You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
recommend cargo install --locked fend instead, the fact that respecting lockfiles isn't the default for cargo install is often considered a mistake, as it makes supply-chain attacks easier, since new installations of the package will automatically update to the newest compatible version
show command for how to build with rustls instead: cargo install --locked fend --no-default-features --features rustls. people may prefer rustls over openssl for several reasons, from security to ease of compilation.
cargo install --locked fendinstead, the fact that respecting lockfiles isn't the default for cargo install is often considered a mistake, as it makes supply-chain attacks easier, since new installations of the package will automatically update to the newest compatible versioncargo install --locked fend --no-default-features --features rustls. people may prefer rustls over openssl for several reasons, from security to ease of compilation.