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
Without the above step the build process uses crypto-net as a dependency.
This step can be avoided by adding some platform specific dependency flags so that windows binary can be build using cargo build --release --no-default-features --features=net,crypto-cng,compression out of the box.
The text was updated successfully, but these errors were encountered:
Building on windows requires adding feature flag to
openpgp-dsm
dependency inCargo.toml
of sq crate:Without the above step the build process uses
crypto-net
as a dependency.This step can be avoided by adding some platform specific dependency flags so that windows binary can be build using
cargo build --release --no-default-features --features=net,crypto-cng,compression
out of the box.The text was updated successfully, but these errors were encountered: