This repository has been archived by the owner on Apr 15, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cargo currently cannot handle our needs. It cannot build static binaries with the standard entry point on glibc. Nor can it build cdylib or static binaries with a custom entry point on musl. Nor can it build different crates for different targets in the same workspace. While we work to resolve these issues in upstream cargo, we need to ditch the top-level workspace for now. We can revisit this at a later time. For more background, see: rust-lang/cargo#7811 rust-lang/cargo#7804 https://github.com/rust-lang/rfcs/pull/2735/files
- Loading branch information