diff --git a/modules/beefy/Cargo.toml b/modules/beefy/Cargo.toml index 2dca89d82e5..1908bd50c8a 100644 --- a/modules/beefy/Cargo.toml +++ b/modules/beefy/Cargo.toml @@ -48,3 +48,7 @@ std = [ "sp-runtime/std", "sp-std/std", ] +try-runtime = [ + "frame-support/try-runtime", + "frame-system/try-runtime", +] diff --git a/modules/grandpa/Cargo.toml b/modules/grandpa/Cargo.toml index 45f314a0bbd..9e260a33537 100644 --- a/modules/grandpa/Cargo.toml +++ b/modules/grandpa/Cargo.toml @@ -57,3 +57,7 @@ runtime-benchmarks = [ "bp-test-utils", "frame-benchmarking/runtime-benchmarks", ] +try-runtime = [ + "frame-support/try-runtime", + "frame-system/try-runtime", +] diff --git a/modules/messages/Cargo.toml b/modules/messages/Cargo.toml index 0c2fecb0be3..afa8b92b228 100644 --- a/modules/messages/Cargo.toml +++ b/modules/messages/Cargo.toml @@ -50,3 +50,7 @@ std = [ runtime-benchmarks = [ "frame-benchmarking/runtime-benchmarks", ] +try-runtime = [ + "frame-support/try-runtime", + "frame-system/try-runtime", +] diff --git a/modules/parachains/Cargo.toml b/modules/parachains/Cargo.toml index 3c3ad95fe34..c25956248d0 100644 --- a/modules/parachains/Cargo.toml +++ b/modules/parachains/Cargo.toml @@ -54,3 +54,7 @@ std = [ runtime-benchmarks = [ "frame-benchmarking/runtime-benchmarks", ] +try-runtime = [ + "frame-support/try-runtime", + "frame-system/try-runtime", +] diff --git a/modules/relayers/Cargo.toml b/modules/relayers/Cargo.toml index 732adbf4faa..c7ea1e544f2 100644 --- a/modules/relayers/Cargo.toml +++ b/modules/relayers/Cargo.toml @@ -51,3 +51,7 @@ std = [ runtime-benchmarks = [ "frame-benchmarking/runtime-benchmarks", ] +try-runtime = [ + "frame-support/try-runtime", + "frame-system/try-runtime", +] diff --git a/modules/shift-session-manager/Cargo.toml b/modules/shift-session-manager/Cargo.toml index 5dae3e00fd3..504adfae416 100644 --- a/modules/shift-session-manager/Cargo.toml +++ b/modules/shift-session-manager/Cargo.toml @@ -33,3 +33,7 @@ std = [ "sp-staking/std", "sp-std/std", ] +try-runtime = [ + "frame-support/try-runtime", + "frame-system/try-runtime", +]