-
Notifications
You must be signed in to change notification settings - Fork 86
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
Remove dependency warnings due to codec
aliases in workspace dependencies
#1655
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✨
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, thanks a lot for this!
Added the change to all pallets. I've done it automatically with a script, so maybe some line has become quite long. Should now be ready to be merged! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Nice clean, up!
@cdamian I think we need yours too 🙏🏻 |
Force merging as @cdamian is on vacation and all others are approving! |
Description
After some crates use workspace dependency, we are seeing a lot of warnings when compiling, this cargo issue. It seems that it can not have an alias dependency if using workspace dependencies. This PR adds support to use the original dependency name instead of the aliased one.
Changes and Descriptions
codec
byparity-scale-codec
in crates that are currently using workspace dependencies.codec
byparity-scale-codec
inlibs/*
crates (for future workspace usage)codec
byparity-scale-codec
inpallets/*
crates (for future workspace usage)