Skip to content

Commit

Permalink
Update std leak
Browse files Browse the repository at this point in the history
  • Loading branch information
dudo50 committed Nov 2, 2024
1 parent c66b502 commit a285f1e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 26 deletions.
8 changes: 0 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 1 addition & 17 deletions templates/parachain/pallets/xcnft/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,12 @@ frame-system = { workspace = true }

#XCM
xcm = { workspace = true}
xcm-simulator = { workspace = true, default-features = true }
xcm-executor = { workspace = true, default-features = true }
xcm-builder = { workspace = true, default-features = true }
pallet-xcm = { workspace = true, default-features = true }
polkadot-core-primitives = { workspace = true, default-features = true }
polkadot-runtime-parachains = { workspace = true, default-features = true }
polkadot-parachain-primitives = { workspace = true, default-features = true }
xcm-builder = { workspace = true, default-features = false }

cumulus-primitives-core = { workspace = true }
cumulus-pallet-xcm = { workspace = true }
parachain-info = { workspace = true }

pallet-message-queue = { workspace = true, default-features = true }
sp-tracing = { workspace = true, default-features = true }


sp-runtime = { workspace = true }
sp-std = {workspace = true}
Expand All @@ -68,14 +59,9 @@ runtime-benchmarks = [
"frame-support/runtime-benchmarks",
"frame-system/runtime-benchmarks",
"sp-runtime/runtime-benchmarks",
"pallet-xcm/runtime-benchmarks",
"polkadot-parachain-primitives/runtime-benchmarks",
"polkadot-runtime-parachains/runtime-benchmarks",
"sp-runtime/runtime-benchmarks",
"xcm-builder/runtime-benchmarks",
"xcm-executor/runtime-benchmarks",
"pallet-balances/runtime-benchmarks",
"pallet-message-queue/runtime-benchmarks",
"pallet-nfts/runtime-benchmarks",
]
std = [
Expand All @@ -86,8 +72,6 @@ std = [
"frame-system/std",
"pallet-nfts/std",
"sp-runtime/std",
"cumulus-pallet-xcm/std",
"cumulus-primitives-core/std",
"sp-std/std",
"xcm/std",
"sp-core/std",
Expand Down
2 changes: 1 addition & 1 deletion templates/parachain_two/pallets/xcnft/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ enumflags2 = { workspace = true }

#XCM
xcm = { workspace = true}
xcm-builder = { workspace = true, default-features = true }
xcm-builder = { workspace = true, default-features = false }

cumulus-primitives-core = { workspace = true }
cumulus-pallet-xcm = { workspace = true }
Expand Down

0 comments on commit a285f1e

Please sign in to comment.