Skip to content

Commit

Permalink
even more alignment. zepter again
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Sep 4, 2024
1 parent ace8bc8 commit 2a39581
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ frame-system-benchmarking = { workspace = true, optional = true }
hex-literal = { workspace = true, optional = true }

[build-dependencies]
substrate-wasm-builder = { workspace = true, optional = true, features = ["metadata-hash"] }
substrate-wasm-builder = { workspace = true, optional = true, default-features = true, features = ["metadata-hash"] }

[features]
default = ["std"]
Expand All @@ -92,7 +92,7 @@ std = [
"frame-system-benchmarking?/std",
"frame-system-rpc-runtime-api/std",
"frame-system/std",
"frame-try-runtime/std",
"frame-try-runtime?/std",
"log/std",
"pallet-asset-tx-payment/std",
"pallet-aura/std",
Expand Down Expand Up @@ -137,6 +137,7 @@ std = [
"sp-transaction-pool/std",
"sp-version/std",
"substrate-wasm-builder",
"serde?/std",
]
runtime-benchmarks = [
"encointer-balances-tx-payment/runtime-benchmarks",
Expand Down

0 comments on commit 2a39581

Please sign in to comment.