Skip to content

Commit

Permalink
Add missing std dependencies (#1518)
Browse files Browse the repository at this point in the history
  • Loading branch information
HenriqueNogara authored Aug 29, 2023
1 parent 616de82 commit 0e3cad2
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions pallets/asset/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ std = [
"pallet-portfolio/std",
"pallet-session/std",
"pallet-timestamp/std",
"pallet-external-agents/std",
"polymesh-common-utilities/std",
"polymesh-primitives/std",
"polymesh-runtime-common/std",
Expand Down
1 change: 1 addition & 0 deletions pallets/compliance-manager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ std = [
"frame-support/std",
"frame-benchmarking/std",
"pallet-base/std",
"pallet-external-agents/std",
"pallet-timestamp/std",
"polymesh-common-utilities/std",
"polymesh-primitives/std",
Expand Down
4 changes: 4 additions & 0 deletions pallets/corporate-actions/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,12 @@ std = [
"codec/std",
"frame-support/std",
"frame-system/std",
"pallet-asset/std",
"pallet-base/std",
"pallet-balances/std",
"pallet-external-agents/std",
"pallet-identity/std",
"pallet-portfolio/std",
"pallet-timestamp/std",
"polymesh-common-utilities/std",
"polymesh-primitives/std",
Expand Down
2 changes: 2 additions & 0 deletions pallets/portfolio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ std = [
"frame-system/std",
"pallet-base/std",
"pallet-balances/std",
"pallet-identity/std",
"pallet-permissions/std",
"polymesh-common-utilities/std",
"polymesh-primitives/std",
"serde/std",
Expand Down
1 change: 1 addition & 0 deletions pallets/staking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ std = [
"frame-system/std",
"pallet-authorship/std",
"pallet-identity/std",
"pallet-babe/std",
"sp-arithmetic/std",
]
runtime-benchmarks = [
Expand Down
1 change: 1 addition & 0 deletions pallets/statistics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ std = [
"pallet-timestamp/std",
"polymesh-primitives/std",
"pallet-session/std",
"pallet-external-agents/std",
]
runtime-benchmarks = [
"frame-benchmarking",
Expand Down

0 comments on commit 0e3cad2

Please sign in to comment.