From 383bd1491066e00eff3fc999b27fc4087443b28f Mon Sep 17 00:00:00 2001 From: Yaroslav Bolyukin Date: Tue, 26 Jul 2022 13:35:13 +0000 Subject: [PATCH] fix: restore ability to run try-runtime --- --- a/node/cli/Cargo.toml +++ b/node/cli/Cargo.toml @@ -328,4 +328,8 @@ 'opal-runtime/runtime-benchmarks', 'polkadot-service/runtime-benchmarks', ] -try-runtime = [] +try-runtime = [ + 'unique-runtime?/try-runtime', + 'quartz-runtime?/try-runtime', + 'opal-runtime?/try-runtime', +] -- gitstuff