From bcf8d8f2d747a2bf069d890bf35c8f1f70c4bb2f Mon Sep 17 00:00:00 2001 From: Ermal Kaleci Date: Mon, 2 Sep 2024 16:08:57 +0200 Subject: [PATCH] zepter --- tests/integration/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/integration/Cargo.toml b/tests/integration/Cargo.toml index 6ae0c9a9fc..47426441f2 100644 --- a/tests/integration/Cargo.toml +++ b/tests/integration/Cargo.toml @@ -123,6 +123,8 @@ std = [ "unified-accounts-chain-extension-types/std", "xcm/std", "xcm-fee-payment-runtime-api/std", + "pallet-session/std", + "sp-consensus-aura/std" ] shibuya = ["shibuya-runtime"] shiden = ["shiden-runtime"]