From e9c1235b7692415f318682376c4ba23a36f61c08 Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Wed, 30 Oct 2024 17:15:39 -0400 Subject: [PATCH] Tweak how features are activated in the coins pallet tests --- substrate/coins/pallet/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/substrate/coins/pallet/Cargo.toml b/substrate/coins/pallet/Cargo.toml index 88ebfd32..bf6ea684 100644 --- a/substrate/coins/pallet/Cargo.toml +++ b/substrate/coins/pallet/Cargo.toml @@ -35,7 +35,7 @@ serai-primitives = { path = "../../primitives", default-features = false, featur coins-primitives = { package = "serai-coins-primitives", path = "../primitives", default-features = false } [dev-dependencies] -sp-io = { git = "https://github.com/serai-dex/substrate", default-features = false } +sp-io = { git = "https://github.com/serai-dex/substrate", default-features = false, features = ["std"] } [features] std = [ @@ -44,7 +44,6 @@ std = [ "sp-core/std", "sp-std/std", - "sp-io/std", "sp-runtime/std", "pallet-transaction-payment/std",