Skip to content

Commit

Permalink
toml maid
Browse files Browse the repository at this point in the history
  • Loading branch information
dimartiro committed Dec 9, 2024
1 parent 0166138 commit 91929be
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions solo-chains/runtime/dancelight/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -164,16 +164,16 @@ keyring = { workspace = true }
milagro-bls = { workspace = true, features = [ "std" ] }
rand = { workspace = true, features = [ "std", "std_rng" ] }
remote-externalities = { workspace = true }
rococo-runtime = { workspace = true }
rococo-runtime-constants = { workspace = true }
sc-consensus-grandpa = { workspace = true }
separator = { workspace = true }
serde_json = { workspace = true }
sp-tracing = { workspace = true }
sp-trie = { workspace = true }
test-relay-sproof-builder = { workspace = true }
tiny-keccak = { workspace = true }
tokio = { workspace = true, features = [ "macros" ] }
sc-consensus-grandpa = { workspace = true }
rococo-runtime = { workspace = true }
rococo-runtime-constants = { workspace = true }
westend-runtime = { workspace = true }
westend-runtime-constants = { workspace = true }
xcm-emulator = { workspace = true }
Expand Down Expand Up @@ -272,8 +272,8 @@ std = [
"polkadot-parachain-primitives/std",
"primitives/std",
"rand/std",
"rococo-runtime/std",
"rococo-runtime-constants/std",
"rococo-runtime/std",
"runtime-common/std",
"runtime-parachains/std",
"scale-info/std",
Expand Down Expand Up @@ -314,12 +314,12 @@ std = [
"tp-bridge/std",
"tp-traits/std",
"tx-pool-api/std",
"westend-runtime-constants/std",
"westend-runtime/std",
"xcm-builder/std",
"xcm-executor/std",
"xcm-runtime-apis/std",
"xcm/std",
"westend-runtime/std",
"westend-runtime-constants/std",
]
no_std = []

Expand Down Expand Up @@ -396,10 +396,10 @@ runtime-benchmarks = [
"tanssi-runtime-common/runtime-benchmarks",
"tp-bridge/runtime-benchmarks",
"tp-traits/runtime-benchmarks",
"westend-runtime/runtime-benchmarks",
"xcm-builder/runtime-benchmarks",
"xcm-executor/runtime-benchmarks",
"xcm-runtime-apis/runtime-benchmarks",
"westend-runtime/runtime-benchmarks",
]
try-runtime = [
"container-chain-template-frontier-runtime/try-runtime",
Expand Down

0 comments on commit 91929be

Please sign in to comment.