rust-lang / wg-cargo-std-aware

Repo for working on "std aware cargo"
137 stars 8 forks source link

Consider setting `require_optional_deps` to false for standard library. #37

Closed ehuss closed 5 years ago

ehuss commented 5 years ago

Currently the workspace created for the standard library sets require_optional_deps to true. I'm not sure if it matters, but my instinct is that it might need to be false? Needs some investigation.

alexcrichton commented 5 years ago

Done in https://github.com/rust-lang/cargo/pull/7337