Change all Substrate dependencies in a folder to a different branch:
rust
diener --substrate --branch diener-branch
Or you want to change Polkadot and Substrate dependencies to the same branch:
rust
diener --branch diener-branch-2
Diener also supports tag
and rev
as arguments.
If a depdendency is belongs to Substrate or Polkadot is currently done by looking at the git url.
It also only works for paritytech/substrate
or paritytech/polkadot
, so no third party repo support ;)
Licensed under either of
at your option.