mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 08:11:03 +00:00
* update frame-benchmarking/runtime-benchmarks * cargo update * add more feature flags Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com>
This commit is contained in:
Generated
+239
-238
File diff suppressed because it is too large
Load Diff
@@ -42,7 +42,7 @@ pallet-aura = { git = 'https://github.com/paritytech/substrate', branch = "maste
|
|||||||
[features]
|
[features]
|
||||||
default = ['std']
|
default = ['std']
|
||||||
runtime-benchmarks = [
|
runtime-benchmarks = [
|
||||||
'frame-benchmarking',
|
'frame-benchmarking/runtime-benchmarks',
|
||||||
'frame-support/runtime-benchmarks',
|
'frame-support/runtime-benchmarks',
|
||||||
'frame-system/runtime-benchmarks',
|
'frame-system/runtime-benchmarks',
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ pallet-session = { default-features = false, git = 'https://github.com/paritytec
|
|||||||
[features]
|
[features]
|
||||||
default = ["std"]
|
default = ["std"]
|
||||||
runtime-benchmarks = [
|
runtime-benchmarks = [
|
||||||
'frame-benchmarking',
|
'frame-benchmarking/runtime-benchmarks',
|
||||||
'frame-support/runtime-benchmarks',
|
'frame-support/runtime-benchmarks',
|
||||||
'frame-system/runtime-benchmarks',
|
'frame-system/runtime-benchmarks',
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ sp-io = { git = "https://github.com/paritytech/substrate", default-features = fa
|
|||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["std"]
|
default = ["std"]
|
||||||
runtime-benchmarks = ["frame-benchmarking"]
|
runtime-benchmarks = ["frame-benchmarking/runtime-benchmarks"]
|
||||||
std = [
|
std = [
|
||||||
"codec/std",
|
"codec/std",
|
||||||
"scale-info/std",
|
"scale-info/std",
|
||||||
|
|||||||
@@ -133,7 +133,7 @@ runtime-benchmarks = [
|
|||||||
'hex-literal',
|
'hex-literal',
|
||||||
"sp-runtime/runtime-benchmarks",
|
"sp-runtime/runtime-benchmarks",
|
||||||
"xcm-builder/runtime-benchmarks",
|
"xcm-builder/runtime-benchmarks",
|
||||||
"frame-benchmarking",
|
"frame-benchmarking/runtime-benchmarks",
|
||||||
"frame-system-benchmarking",
|
"frame-system-benchmarking",
|
||||||
"frame-support/runtime-benchmarks",
|
"frame-support/runtime-benchmarks",
|
||||||
"frame-system/runtime-benchmarks",
|
"frame-system/runtime-benchmarks",
|
||||||
|
|||||||
@@ -85,7 +85,7 @@ runtime-benchmarks = [
|
|||||||
'hex-literal',
|
'hex-literal',
|
||||||
'sp-runtime/runtime-benchmarks',
|
'sp-runtime/runtime-benchmarks',
|
||||||
'xcm-builder/runtime-benchmarks',
|
'xcm-builder/runtime-benchmarks',
|
||||||
'frame-benchmarking',
|
'frame-benchmarking/runtime-benchmarks',
|
||||||
'frame-system-benchmarking',
|
'frame-system-benchmarking',
|
||||||
'frame-support/runtime-benchmarks',
|
'frame-support/runtime-benchmarks',
|
||||||
'frame-system/runtime-benchmarks',
|
'frame-system/runtime-benchmarks',
|
||||||
|
|||||||
@@ -86,7 +86,7 @@ runtime-benchmarks = [
|
|||||||
'hex-literal',
|
'hex-literal',
|
||||||
'sp-runtime/runtime-benchmarks',
|
'sp-runtime/runtime-benchmarks',
|
||||||
'xcm-builder/runtime-benchmarks',
|
'xcm-builder/runtime-benchmarks',
|
||||||
'frame-benchmarking',
|
'frame-benchmarking/runtime-benchmarks',
|
||||||
'frame-system-benchmarking',
|
'frame-system-benchmarking',
|
||||||
'frame-support/runtime-benchmarks',
|
'frame-support/runtime-benchmarks',
|
||||||
'frame-system/runtime-benchmarks',
|
'frame-system/runtime-benchmarks',
|
||||||
|
|||||||
@@ -86,7 +86,7 @@ runtime-benchmarks = [
|
|||||||
'hex-literal',
|
'hex-literal',
|
||||||
'sp-runtime/runtime-benchmarks',
|
'sp-runtime/runtime-benchmarks',
|
||||||
'xcm-builder/runtime-benchmarks',
|
'xcm-builder/runtime-benchmarks',
|
||||||
'frame-benchmarking',
|
'frame-benchmarking/runtime-benchmarks',
|
||||||
'frame-system-benchmarking',
|
'frame-system-benchmarking',
|
||||||
'frame-support/runtime-benchmarks',
|
'frame-support/runtime-benchmarks',
|
||||||
'frame-system/runtime-benchmarks',
|
'frame-system/runtime-benchmarks',
|
||||||
|
|||||||
Reference in New Issue
Block a user