diff --git a/polkadot/runtime/test-runtime/Cargo.toml b/polkadot/runtime/test-runtime/Cargo.toml index 6d38a0283d..b5b2d22894 100644 --- a/polkadot/runtime/test-runtime/Cargo.toml +++ b/polkadot/runtime/test-runtime/Cargo.toml @@ -123,6 +123,7 @@ std = [ "serde/std", "pallet-babe/std", "babe-primitives/std", + "beefy-primitives/std", "sp-session/std", "runtime-common/std", "log/std",