From 8fc507939822a36bb2581f651ee383352cc1a057 Mon Sep 17 00:00:00 2001 From: Gav Date: Sun, 21 May 2023 12:49:09 +0100 Subject: [PATCH] Fix build --- runtime/test-runtime/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/test-runtime/Cargo.toml b/runtime/test-runtime/Cargo.toml index 6d38a0283da0..b5b2d2289437 100644 --- a/runtime/test-runtime/Cargo.toml +++ b/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",