Skip to content
Snippets Groups Projects
Unverified Commit dfd7b15e authored by Andrew Jones's avatar Andrew Jones Committed by GitHub
Browse files

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.
parent 4a293bc5
Branches
No related merge requests found
Pipeline #420693 canceled with stages
in 44 minutes and 52 seconds
......@@ -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",
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment