Tweak how features are activated in the coins pallet tests

This commit is contained in:
Luke Parker 2024-10-30 17:15:39 -04:00
parent dc1b8dfccd
commit e9c1235b76
No known key found for this signature in database

View file

@ -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",