Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upDon't pass `--features` from `dev-dependencies` to `dependencies` #4664
Comments
This comment has been minimized.
This comment has been minimized.
|
I have a similar issue, but with Basically, |
alexcrichton
added
A-features
C-feature-request
labels
Nov 12, 2017
This comment has been minimized.
This comment has been minimized.
radix
commented
Dec 29, 2017
|
I have this problem too, working with serde in project with optional std support: https://github.com/radix/uom/blob/serde/Cargo.toml If I'm building this uom branch with Shouldn't this be a bug instead of a feature-request? |
This comment has been minimized.
This comment has been minimized.
radix
commented
Dec 29, 2017
|
btw this seems related to, or maybe the same as #4361 |
This comment has been minimized.
This comment has been minimized.
|
it's related yeah. 4361 is about build-deps, we're about dev-deps, but a fix for one should probably fix the other. |
This comment has been minimized.
This comment has been minimized.
|
This appears to be related to #2589 |
Pzixel
referenced this issue
Jul 16, 2018
Closed
pwasm-abi-derive is not compatible with no-std libs #54
This comment has been minimized.
This comment has been minimized.
|
Also duplicated by #4866. |
valarauca commentedOct 27, 2017
Working on a smallish project.
The main reason this came up was
nom. Which has a feature flag that gates its new errors linky. If I include a dependency my whole build breaks as adev-dependencyis building nom with verbose errors.