From 6444d0399d22b07292bd155f2305d38afdb479ed Mon Sep 17 00:00:00 2001 From: linning Date: Wed, 2 Oct 2024 03:37:56 +0800 Subject: [PATCH] Include the std feature of pallet-history-seeding in subspace-test-runtime Signed-off-by: linning --- test/subspace-test-runtime/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/test/subspace-test-runtime/Cargo.toml b/test/subspace-test-runtime/Cargo.toml index bbe84d8ee2..1dbbb717d0 100644 --- a/test/subspace-test-runtime/Cargo.toml +++ b/test/subspace-test-runtime/Cargo.toml @@ -80,6 +80,7 @@ std = [ "frame-system-rpc-runtime-api/std", "pallet-balances/std", "pallet-domains/std", + "pallet-history-seeding/std", "pallet-messenger/std", "pallet-mmr/std", "pallet-rewards/std",