Skip to content

make use of 1.60 weak dependancy features

trinity-1686a requested to merge trinity-1686a/arti:optional-deps-static into main

fix #434 (closed)

tested by running cargo build -p arti --no-default-features --features tokio,rustls,static with a clean target/ dir, and veryfying find target -name 'openssl-*' finds nothing

Merge request reports