mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 05:11:09 +00:00
Fix compilation issue of pallet_contracts (#9652)
This commit is contained in:
committed by
GitHub
parent
847d264c33
commit
9da28d87c4
@@ -64,6 +64,7 @@ std = [
|
|||||||
"sp-io/std",
|
"sp-io/std",
|
||||||
"sp-std/std",
|
"sp-std/std",
|
||||||
"sp-sandbox/std",
|
"sp-sandbox/std",
|
||||||
|
"frame-benchmarking/std",
|
||||||
"frame-support/std",
|
"frame-support/std",
|
||||||
"frame-system/std",
|
"frame-system/std",
|
||||||
"pwasm-utils/std",
|
"pwasm-utils/std",
|
||||||
@@ -71,6 +72,7 @@ std = [
|
|||||||
"pallet-contracts-primitives/std",
|
"pallet-contracts-primitives/std",
|
||||||
"pallet-contracts-proc-macro/full",
|
"pallet-contracts-proc-macro/full",
|
||||||
"log/std",
|
"log/std",
|
||||||
|
"rand/std",
|
||||||
]
|
]
|
||||||
runtime-benchmarks = [
|
runtime-benchmarks = [
|
||||||
"frame-benchmarking",
|
"frame-benchmarking",
|
||||||
|
|||||||
Reference in New Issue
Block a user