From ce038948ef1ffdfc38fb1b7305fbe8ef9d16011e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20K=C3=B6cher?= <git@kchr.de> Date: Mon, 10 Jul 2023 14:37:26 +0200 Subject: [PATCH] Enable missing features (#7466) --- polkadot/runtime/test-runtime/constants/Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/polkadot/runtime/test-runtime/constants/Cargo.toml b/polkadot/runtime/test-runtime/constants/Cargo.toml index d96de0a0f9c..c97f340284a 100644 --- a/polkadot/runtime/test-runtime/constants/Cargo.toml +++ b/polkadot/runtime/test-runtime/constants/Cargo.toml @@ -19,5 +19,8 @@ default = ["std"] std = [ "sp-core/std", "sp-runtime/std", - "sp-weights/std" + "sp-weights/std", + "runtime-common/std", + "primitives/std", + "frame-support/std", ] -- GitLab