Disable a lot of dead code warnings and add a default-runtime feature in arti
- Oct 17, 2024
-
-
Ian Jackson authored
Now one can do a minimal build with cargo build -p arti --no-default-features --features=default-runtime rather than needing to specify tokio,native-tls.
-
Ian Jackson authored
-
Ian Jackson authored
Now cargo check --workspace --no-default-features --all-targets cargo build -p arti --no-default-features --features=memquota,tokio,native-tls are both clean.
-