Run cargo update to update deps to latest version#12
Conversation
This should fix the problem we are seeing with Cumulus companions not building, because we have merged a non-breaking pr to Polkadot.
|
Sorry, what I thought is just not part of this PR |
| # | ||
| # This is for example needed if there was a pr to Substrate that only required a Polkadot companion | ||
| # and Cumulus wasn't yet updated to use the latest commit of Polkadot. | ||
| for update in $update_crates_on_default_branch; do |
There was a problem hiding this comment.
Why it needs to be run 2 times here and in patch_and_check_dependent()?
There was a problem hiding this comment.
These are 2 different code paths.
There was a problem hiding this comment.
same question, but it's not a big deal to run cargo update 2 times, worst case nothing happens
There was a problem hiding this comment.
These are different code paths. Both are not called together.
| # | ||
| # This is for example needed if there was a pr to Substrate that only required a Polkadot companion | ||
| # and Cumulus wasn't yet updated to use the latest commit of Polkadot. | ||
| for update in $update_crates_on_default_branch; do |
There was a problem hiding this comment.
same question, but it's not a big deal to run cargo update 2 times, worst case nothing happens
This should fix the problem we are seeing with Cumulus companions not
building, because we have merged a non-breaking pr to Polkadot.