Wildcard dependencies restriction should not be applied to [dev-dependencies]
#11682
lbeschastny
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It makes sense to disallow wildcard (
*
) dependencies:But I don't think this restriction should be applied to
[dev-dependencies]
since those are only used for building and testing the crate.For example, I tried to publish a crate with something like this in the
Cargo.toml
manifest:Beta Was this translation helpful? Give feedback.
All reactions