mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 09:57:56 +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-timestamp/std",
|
||||
"pallet-utility/std",
|
||||
"rand/std",
|
||||
"rand?/std",
|
||||
"scale-info/std",
|
||||
"serde",
|
||||
"sp-api/std",
|
||||
@@ -97,7 +97,7 @@ std = [
|
||||
"sp-keystore/std",
|
||||
"sp-runtime/std",
|
||||
"sp-std/std",
|
||||
"wasm-instrument/std",
|
||||
"wasm-instrument?/std",
|
||||
"wasmi/std",
|
||||
"xcm-builder/std",
|
||||
"xcm/std",
|
||||
|
||||
Reference in New Issue
Block a user