From 3e8fc43f624714b3637555823bb670719b52b59d Mon Sep 17 00:00:00 2001 From: gupnik <17176722+gupnik@users.noreply.github.com> Date: Mon, 14 Aug 2023 17:11:22 +0530 Subject: [PATCH] Fixes CI (#14763) --- frame/multisig/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frame/multisig/Cargo.toml b/frame/multisig/Cargo.toml index 68b5be6b49cec..07e13e2238695 100644 --- a/frame/multisig/Cargo.toml +++ b/frame/multisig/Cargo.toml @@ -39,8 +39,7 @@ std = [ "sp-io/std", "sp-runtime/std", "sp-std/std", - "pallet-balances/std", - "sp-core/std" + "pallet-balances/std" ] runtime-benchmarks = [ "frame-benchmarking/runtime-benchmarks",