Fix compilation issue of pallet_contracts (#9652)

This commit is contained in:
Alexander Theißen
2021-08-31 06:11:50 +02:00
committed by GitHub
parent 847d264c33
commit 9da28d87c4
+2
View File
@@ -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",