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 repos called substrate or polkadot.

License

Licensed under either of

at your option.

License: Apache-2.0/MIT