Skip to content

Commit

Permalink
zepter, taplo and sort features
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Jan 19, 2024
1 parent 26502d5 commit 7dd3f5a
Show file tree
Hide file tree
Showing 13 changed files with 40 additions and 52 deletions.
14 changes: 7 additions & 7 deletions claims/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,24 +36,24 @@ sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-
default = ["std"]
no_std = []
std = [
"claims-primitives/std",
"frame-support/std",
"frame-system/std",
"parity-scale-codec/std",
"rustc-hex/std",
"scale-info/std",
"serde_derive",
"serde/std",
"sp-std/std",
"serde_derive",
"sp-io/std",
"frame-support/std",
"sp-runtime/std",
"frame-system/std",
"claims-primitives/std",
"sp-std/std",
]
runtime-benchmarks = [
"libsecp256k1/hmac",
"libsecp256k1/static-context",
"frame-benchmarking",
"frame-support/runtime-benchmarks",
"frame-system/runtime-benchmarks",
"libsecp256k1/hmac",
"libsecp256k1/static-context",
]

try-runtime = ["frame-support/try-runtime"]
11 changes: 5 additions & 6 deletions enclave-bridge/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,19 +47,18 @@ test-utils = { path = "../test-utils" }
default = ["std"]
std = [
"codec/std",
"log/std",
"scale-info/std",
"serde",
# local
"pallet-teerex/std",
"enclave-bridge-primitives/std",
# substrate
"frame-support/std",
"frame-system/std",
"log/std",
"pallet-teerex/std",
"scale-info/std",
"serde",
"sp-core/std",
"sp-io/std",
"sp-runtime/std",
"sp-std/std",
"teerex-primitives/std",
"timestamp/std",
]
runtime-benchmarks = [
Expand Down
7 changes: 3 additions & 4 deletions parentchain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,12 @@ sp-keyring = { git = "https://github.com/paritytech/substrate.git", branch = "po
default = ["std"]
std = [
"codec/std",
"log/std",
"scale-info/std",
"serde",
# substrate dependencies
"frame-support/std",
"frame-system/std",
"log/std",
"pallet-balances/std",
"scale-info/std",
"serde",
"sp-core/std",
"sp-io/std",
"sp-runtime/std",
Expand Down
6 changes: 3 additions & 3 deletions primitives/claims/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ default = ["std"]
no_std = []
std = [
"parity-scale-codec/std",
"scale-info/std",
"rustc-hex/std",
"sp-std/std",
"scale-info/std",
"serde/std",
"sp-io/std",
"sp-runtime/std",
"serde/std",
"sp-std/std",
]
2 changes: 1 addition & 1 deletion primitives/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ std = [
"codec/std",
"scale-info/std",
"sp-core/std",
"sp-std/std",
"sp-runtime/std",
"sp-std/std",
]
1 change: 0 additions & 1 deletion primitives/enclave-bridge/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ std = [
"common-primitives/std",
"scale-info/std",
"serde/std",
# substrate
"sp-core/std",
"sp-io/std",
"sp-runtime/std",
Expand Down
1 change: 0 additions & 1 deletion primitives/sidechain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ std = [
"codec/std",
"scale-info/std",
"serde/std",
# substrate
"sp-core/std",
"sp-io/std",
"sp-runtime/std",
Expand Down
2 changes: 1 addition & 1 deletion primitives/teeracle/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ sp-std = { default-features = false, git = "https://github.com/paritytech/substr
default = ["std"]
std = [
"common-primitives/std",
"substrate-fixed/std",
"sp-std/std",
"substrate-fixed/std",
]
1 change: 0 additions & 1 deletion primitives/teerex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ std = [
"log/std",
"scale-info/std",
"serde/std",
# substrate
"sp-core/std",
"sp-runtime/std",
"sp-std/std",
Expand Down
16 changes: 7 additions & 9 deletions sidechain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,23 +49,21 @@ test-utils = { path = "../test-utils" }
default = ["std"]
std = [
"codec/std",
"log/std",
"scale-info/std",
"serde",
# local
"pallet-teerex/std",
"pallet-enclave-bridge/std",
"sidechain-primitives/std",
"enclave-bridge-primitives/std",
"teerex-primitives/std",
# substrate
"frame-support/std",
"frame-system/std",
"log/std",
"pallet-enclave-bridge/std",
"pallet-teerex/std",
"pallet-timestamp/std",
"scale-info/std",
"serde",
"sidechain-primitives/std",
"sp-core/std",
"sp-io/std",
"sp-runtime/std",
"sp-std/std",
"teerex-primitives/std",
]
runtime-benchmarks = [
"frame-benchmarking",
Expand Down
14 changes: 6 additions & 8 deletions teeracle/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,20 +49,18 @@ timestamp = { package = "pallet-timestamp", git = "https://github.com/paritytech
default = ["std"]
std = [
"codec/std",
"log/std",
"scale-info/std",
# local
"pallet-teerex/std",
"teeracle-primitives/std",
# encointer
"substrate-fixed/std",
# substrate
"frame-support/std",
"frame-system/std",
"log/std",
"pallet-teerex/std",
"scale-info/std",
"sp-core/std",
"sp-io/std",
"sp-runtime/std",
"sp-std/std",
"substrate-fixed/std",
"teeracle-primitives/std",
"teerex-primitives/std",
]
runtime-benchmarks = [
"frame-benchmarking",
Expand Down
10 changes: 4 additions & 6 deletions teerex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,21 +50,19 @@ serde_json = { version = "1.0", features = ["alloc"] }
default = ["std"]
std = [
"codec/std",
"frame-support/std",
"frame-system/std",
"log/std",
"scale-info/std",
"serde",
"webpki/std",
# local
"sgx-verify/std",
"teerex-primitives/std",
# substrate
"frame-support/std",
"frame-system/std",
"sp-core/std",
"sp-io/std",
"sp-runtime/std",
"sp-std/std",
"teerex-primitives/std",
"timestamp/std",
"webpki/std",
]
runtime-benchmarks = [
"frame-benchmarking",
Expand Down
7 changes: 3 additions & 4 deletions xcm-transactor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,16 @@ default = ["std"]
std = [
"codec/std",
"cumulus-primitives-core/std",
"log/std",
"scale-info/std",
# substrate
"frame-support/std",
"frame-system/std",
"log/std",
"scale-info/std",
"sp-core/std",
"sp-io/std",
"sp-runtime/std",
"sp-std/std",
"xcm/std",
"xcm-transactor-primitives/std",
"xcm/std",
]
runtime-benchmarks = []

Expand Down

0 comments on commit 7dd3f5a

Please sign in to comment.