mirror of
https://github.com/serai-dex/serai.git
synced 2025-04-22 22:18:15 +00:00
Tweak how features are activated in the coins pallet tests
This commit is contained in:
parent
dc1b8dfccd
commit
e9c1235b76
1 changed files with 1 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue