git.delta.rocks / unique-network / refs/commits / 383bd1491066

difftreelog

fix restore ability to run try-runtime

Yaroslav Bolyukin2022-07-26parent: #c34f0cd.patch.diff
in: master

1 file changed

modifiednode/cli/Cargo.tomldiffbeforeafterboth
329 'polkadot-service/runtime-benchmarks',329 'polkadot-service/runtime-benchmarks',
330]330]
331try-runtime = []331try-runtime = [
332 'unique-runtime?/try-runtime',
333 'quartz-runtime?/try-runtime',
334 'opal-runtime?/try-runtime',
335]
332336