mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 03:31:10 +00:00
Contracts: make benchmark dependencies optional in std feature (#2576)
`wasm-instrument` and `rand` are optional and only used in benchmarking, so should not be pulled in by default as part of the `std` feature.
This commit is contained in:
@@ -88,7 +88,7 @@ std = [
|
|||||||
"pallet-proxy/std",
|
"pallet-proxy/std",
|
||||||
"pallet-timestamp/std",
|
"pallet-timestamp/std",
|
||||||
"pallet-utility/std",
|
"pallet-utility/std",
|
||||||
"rand/std",
|
"rand?/std",
|
||||||
"scale-info/std",
|
"scale-info/std",
|
||||||
"serde",
|
"serde",
|
||||||
"sp-api/std",
|
"sp-api/std",
|
||||||
@@ -97,7 +97,7 @@ std = [
|
|||||||
"sp-keystore/std",
|
"sp-keystore/std",
|
||||||
"sp-runtime/std",
|
"sp-runtime/std",
|
||||||
"sp-std/std",
|
"sp-std/std",
|
||||||
"wasm-instrument/std",
|
"wasm-instrument?/std",
|
||||||
"wasmi/std",
|
"wasmi/std",
|
||||||
"xcm-builder/std",
|
"xcm-builder/std",
|
||||||
"xcm/std",
|
"xcm/std",
|
||||||
|
|||||||
Reference in New Issue
Block a user