Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ffi): don't build C libraries by default
Remove unconditional building of FFI libraries: now that nightly supports --crate-type, it can be opted into. This fixes cargo's pipelining both for dependencies and for dependent crates, resulting in faster from-scratch builds.
- Loading branch information