diener - dependency diener is a tool for easily changing Substrate or Polkadot dependency versions

Usage

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 ;)

License

Licensed under either of

at your option.