Add missing std feature flags to a couple Substrate dependencies

This commit is contained in:
Luke Parker 2023-10-20 17:53:07 -04:00
parent 3797679755
commit 8ead7a2581
No known key found for this signature in database
2 changed files with 5 additions and 1 deletions

View file

@ -18,8 +18,8 @@ scale-info = { version = "2", default-features = false, features = ["derive"] }
frame-system = { git = "https://github.com/serai-dex/substrate", default-features = false }
frame-support = { git = "https://github.com/serai-dex/substrate", default-features = false }
sp-std = { git = "https://github.com/serai-dex/substrate", default-features = false }
sp-core = { git = "https://github.com/serai-dex/substrate", default-features = false }
sp-std = { git = "https://github.com/serai-dex/substrate", default-features = false }
sp-runtime = { git = "https://github.com/serai-dex/substrate", default-features = false }
pallet-transaction-payment = { git = "https://github.com/serai-dex/substrate", default-features = false }
@ -32,6 +32,7 @@ std = [
"frame-system/std",
"frame-support/std",
"sp-core/std",
"sp-std/std",
"sp-runtime/std",

View file

@ -35,7 +35,10 @@ std = [
"scale-info/std",
"sp-core/std",
"sp-io/std",
"sp-std/std",
"sp-application-crypto/std",
"sp-runtime/std",
"frame-system/std",
"frame-support/std",