Join GitHub today
GitHub is home to over 31 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. |
dwijnand
referenced this issue
Jan 20, 2019
Open
Cargo wrongly links `std` to `no_std` crate with conditional dependency on `std`, even when that dependency is not selected #6571
tarcieri
referenced this issue
Jan 27, 2019
Open
Build Deps getting mixed in with dependencies #2589
This comment has been minimized.
This comment has been minimized.
tarcieri
commented
Jan 27, 2019
•
This comment has been minimized.
This comment has been minimized.
|
Duplicate of #4866 |
dwijnand
marked this as
a duplicate of
#4866
Feb 11, 2019
dwijnand
closed this
Feb 11, 2019
This comment has been minimized.
This comment has been minimized.
|
#4866 is referring to |
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.