File tree Expand file tree Collapse file tree
chains/orchestrator-relays/node/tanssi-relay-service
service-container-chain-spawner Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ telemetry = { workspace = true }
4343beefy-primitives = { workspace = true }
4444consensus_common = { workspace = true }
4545pallet-transaction-payment = { workspace = true }
46- sp-api = { workspace = true }
46+ sp-api = { workspace = true , features = [ " std " ] }
4747sp-authority-discovery = { workspace = true }
4848sp-block-builder = { workspace = true }
4949sp-blockchain = { workspace = true }
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ sc-consensus-slots = { workspace = true }
1919sc-telemetry = { workspace = true }
2020sc-transaction-pool = { workspace = true }
2121sc-transaction-pool-api = { workspace = true }
22- sp-api = { workspace = true }
22+ sp-api = { workspace = true , features = [ " std " ] }
2323sp-application-crypto = { workspace = true , features = [ " full_crypto" , " std" ] }
2424sp-block-builder = { workspace = true }
2525sp-blockchain = { workspace = true }
@@ -60,7 +60,7 @@ polkadot-overseer = { workspace = true }
6060polkadot-primitives = { workspace = true }
6161
6262# Nimbus Dependencies
63- async-backing-primitives = { workspace = true }
63+ async-backing-primitives = { workspace = true , features = [ " std " ] }
6464nimbus-primitives = { workspace = true , features = [ " std" ] }
6565
6666# Frontier Dependencies
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ cumulus-primitives-core = { workspace = true }
8282cumulus-relay-chain-interface = { workspace = true }
8383
8484# Nimbus
85- async-backing-primitives = { workspace = true }
85+ async-backing-primitives = { workspace = true , features = [ " std " ] }
8686nimbus-consensus = { workspace = true }
8787nimbus-primitives = { workspace = true }
8888
You can’t perform that action at this time.
0 commit comments