Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 7991e2c

Browse files
zjb0807bkchr
authored andcommitted
Companion for #10324 - update frame-benchmarking/runtime-benchmarks (#4387)
* update frame-benchmarking/runtime-benchmarks * Update Substrate Co-authored-by: Bastian Köcher <info@kchr.de>
1 parent 2140620 commit 7991e2c

File tree

13 files changed

+176
-176
lines changed

13 files changed

+176
-176
lines changed

Cargo.lock

Lines changed: 163 additions & 163 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bridges/bin/rialto/runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ std = [
121121
]
122122
runtime-benchmarks = [
123123
"bridge-runtime-common/runtime-benchmarks",
124-
"frame-benchmarking",
124+
"frame-benchmarking/runtime-benchmarks",
125125
"frame-support/runtime-benchmarks",
126126
"frame-system/runtime-benchmarks",
127127
"libsecp256k1",

bridges/modules/currency-exchange/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ std = [
4343
"sp-std/std",
4444
]
4545
runtime-benchmarks = [
46-
"frame-benchmarking",
46+
"frame-benchmarking/runtime-benchmarks",
4747
"sp-std",
4848
]

bridges/modules/ethereum/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ std = [
4444
"sp-std/std",
4545
]
4646
runtime-benchmarks = [
47-
"frame-benchmarking",
47+
"frame-benchmarking/runtime-benchmarks",
4848
"libsecp256k1",
4949
]

bridges/modules/grandpa/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ std = [
5757
]
5858
runtime-benchmarks = [
5959
"bp-test-utils",
60-
"frame-benchmarking",
60+
"frame-benchmarking/runtime-benchmarks",
6161
]

bridges/modules/messages/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ std = [
5555
"sp-std/std",
5656
]
5757
runtime-benchmarks = [
58-
"frame-benchmarking",
58+
"frame-benchmarking/runtime-benchmarks",
5959
]

runtime/common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ std = [
102102
runtime-benchmarks = [
103103
"libsecp256k1/hmac",
104104
"libsecp256k1/static-context",
105-
"frame-benchmarking",
105+
"frame-benchmarking/runtime-benchmarks",
106106
"frame-support/runtime-benchmarks",
107107
"frame-system/runtime-benchmarks",
108108
"runtime-parachains/runtime-benchmarks",

runtime/kusama/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ std = [
179179
]
180180
runtime-benchmarks = [
181181
"runtime-common/runtime-benchmarks",
182-
"frame-benchmarking",
182+
"frame-benchmarking/runtime-benchmarks",
183183
"frame-support/runtime-benchmarks",
184184
"frame-system/runtime-benchmarks",
185185
"sp-runtime/runtime-benchmarks",

runtime/parachains/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ std = [
8383
"log/std",
8484
]
8585
runtime-benchmarks = [
86-
"frame-benchmarking",
86+
"frame-benchmarking/runtime-benchmarks",
8787
"frame-support/runtime-benchmarks",
8888
"frame-system/runtime-benchmarks",
8989
"primitives/runtime-benchmarks",
@@ -96,4 +96,4 @@ try-runtime = [
9696
"pallet-staking/try-runtime",
9797
"pallet-timestamp/try-runtime",
9898
"pallet-vesting/try-runtime",
99-
]
99+
]

runtime/polkadot/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ std = [
170170
]
171171
runtime-benchmarks = [
172172
"runtime-common/runtime-benchmarks",
173-
"frame-benchmarking",
173+
"frame-benchmarking/runtime-benchmarks",
174174
"frame-support/runtime-benchmarks",
175175
"frame-system/runtime-benchmarks",
176176
"sp-runtime/runtime-benchmarks",

0 commit comments

Comments
 (0)