-
Notifications
You must be signed in to change notification settings - Fork 248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Have a pass to reduce dupe packages at different versions where possible (eg syn
)
#1608
Comments
I used cargo-deny to compile a list I found:
|
Is that with |
Yes, it inspects I think we should able to fix at least:
|
I had closer look and we can't get rid of |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So we addressed part of #1503 by removing
derive_more
, but we still have syn 1 and 2 still.Duplicated dependencies by running
$ cargo-guppy dups
with all featuresDuplicated dependencies without substrate
Duplicated dependencies without light-client and substrate
The text was updated successfully, but these errors were encountered: