Skip to content
Unverified Commit d6cf147c authored by Przemek Rzad's avatar Przemek Rzad Committed by GitHub
Browse files

Filter workspace dependencies in the templates (#4599)

This detaches the templates from monorepo's workspace dependencies.

Currently the templates [re-use the monorepo's
dependencies](https://github.com/paritytech/polkadot-sdk-minimal-template/blob/bd8afe66ec566d61f36b0e3d731145741a9e9e19/Cargo.toml#L45-L58),
most of which are not needed.

The simplest approach is to specify versions directly and not use
workspace dependencies in the templates.

Another approach would be to programmatically filter dependencies that
are actually needed - but not sure if it's worth it, given that it would
complicate the synchronization job.

cc @Kianenigma @gupnik
parent 2b1c606a
Pipeline #478810 waiting for manual action with stages
in 1 hour, 18 minutes, and 21 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment