Skip to content

Commit eddb4ae

Browse files
committed
Remove default enabled features
Signed-off-by: Oliver Tale-Yazdi <[email protected]>
1 parent 702ed03 commit eddb4ae

File tree

31 files changed

+2
-85
lines changed

31 files changed

+2
-85
lines changed

cumulus/bridges/bin/runtime-common/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,12 @@ std = [
5757
"bp-polkadot-core/std",
5858
"bp-relayers/std",
5959
"bp-runtime/std",
60-
"bp-test-utils/std",
6160
"bp-xcm-bridge-hub-router/std",
6261
"codec/std",
6362
"frame-support/std",
6463
"frame-system/std",
6564
"hash-db/std",
6665
"log/std",
67-
"pallet-balances/std",
6866
"pallet-bridge-grandpa/std",
6967
"pallet-bridge-messages/std",
7068
"pallet-bridge-parachains/std",

cumulus/bridges/modules/grandpa/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ std = [
4949
"log/std",
5050
"scale-info/std",
5151
"sp-consensus-grandpa/std",
52-
"sp-core/std",
53-
"sp-io/std",
5452
"sp-runtime/std",
5553
"sp-std/std",
5654
"sp-trie/std",

cumulus/bridges/modules/messages/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,14 @@ default = [ "std" ]
3636
std = [
3737
"bp-messages/std",
3838
"bp-runtime/std",
39-
"bp-test-utils/std",
4039
"codec/std",
4140
"frame-benchmarking/std",
4241
"frame-support/std",
4342
"frame-system/std",
4443
"log/std",
4544
"num-traits/std",
46-
"pallet-balances/std",
4745
"scale-info/std",
4846
"sp-core/std",
49-
"sp-io/std",
5047
"sp-runtime/std",
5148
"sp-std/std",
5249
]

cumulus/bridges/modules/parachains/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,13 @@ std = [
4040
"bp-parachains/std",
4141
"bp-polkadot-core/std",
4242
"bp-runtime/std",
43-
"bp-test-utils/std",
4443
"codec/std",
4544
"frame-benchmarking/std",
4645
"frame-support/std",
4746
"frame-system/std",
4847
"log/std",
4948
"pallet-bridge-grandpa/std",
5049
"scale-info/std",
51-
"sp-core/std",
52-
"sp-io/std",
5350
"sp-runtime/std",
5451
"sp-std/std",
5552
"sp-trie/std",

cumulus/bridges/modules/relayers/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,9 @@ std = [
4545
"frame-support/std",
4646
"frame-system/std",
4747
"log/std",
48-
"pallet-balances/std",
4948
"pallet-bridge-messages/std",
5049
"scale-info/std",
5150
"sp-arithmetic/std",
52-
"sp-core/std",
53-
"sp-io/std",
5451
"sp-runtime/std",
5552
"sp-std/std",
5653
]

cumulus/bridges/modules/xcm-bridge-hub-router/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ std = [
4444
"log/std",
4545
"scale-info/std",
4646
"sp-core/std",
47-
"sp-io/std",
4847
"sp-runtime/std",
4948
"sp-std/std",
5049
"xcm-builder/std",

cumulus/bridges/primitives/header-chain/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ hex-literal = "0.4"
3333
default = [ "std" ]
3434
std = [
3535
"bp-runtime/std",
36-
"bp-test-utils/std",
3736
"codec/std",
3837
"finality-grandpa/std",
3938
"frame-support/std",

cumulus/pallets/collator-selection/Cargo.toml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,20 +55,13 @@ std = [
5555
"frame-support/std",
5656
"frame-system/std",
5757
"log/std",
58-
"pallet-aura/std",
5958
"pallet-authorship/std",
60-
"pallet-balances/std",
6159
"pallet-session/std",
62-
"pallet-timestamp/std",
6360
"rand/std",
6461
"scale-info/std",
65-
"sp-consensus-aura/std",
66-
"sp-core/std",
67-
"sp-io/std",
6862
"sp-runtime/std",
6963
"sp-staking/std",
7064
"sp-std/std",
71-
"sp-tracing/std",
7265
]
7366

7467
try-runtime = [

cumulus/pallets/parachain-system/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ std = [
5858
"cumulus-pallet-parachain-system-proc-macro/std",
5959
"cumulus-primitives-core/std",
6060
"cumulus-primitives-parachain-inherent/std",
61-
"cumulus-test-relay-sproof-builder/std",
6261
"environmental/std",
6362
"frame-support/std",
6463
"frame-system/std",
@@ -72,9 +71,7 @@ std = [
7271
"sp-runtime/std",
7372
"sp-state-machine/std",
7473
"sp-std/std",
75-
"sp-tracing/std",
7674
"sp-trie/std",
77-
"sp-version/std",
7875
"trie-db/std",
7976
"xcm/std",
8077
]

cumulus/pallets/xcmp-queue/Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,20 +44,16 @@ cumulus-pallet-parachain-system = { path = "../parachain-system" }
4444
default = [ "std" ]
4545
std = [
4646
"codec/std",
47-
"cumulus-pallet-parachain-system/std",
4847
"cumulus-primitives-core/std",
4948
"frame-benchmarking?/std",
5049
"frame-support/std",
5150
"frame-system/std",
5251
"log/std",
53-
"pallet-balances/std",
5452
"polkadot-runtime-common/std",
5553
"scale-info/std",
56-
"sp-core/std",
5754
"sp-io/std",
5855
"sp-runtime/std",
5956
"sp-std/std",
60-
"xcm-builder/std",
6157
"xcm-executor/std",
6258
"xcm/std",
6359
]

0 commit comments

Comments
 (0)