@@ -42,6 +42,7 @@ frame-benchmarking = { optional = true, workspace = true }
42
42
frame-support.workspace = true
43
43
frame-system.workspace = true
44
44
pallet-balances = { optional = true , workspace = true }
45
+ pallet-revive-fixtures = { workspace = true , optional = true }
45
46
pallet-revive-uapi.workspace = true
46
47
pallet-revive-uapi.default-features = true
47
48
pallet-revive-proc-macro.workspace = true
@@ -64,7 +65,7 @@ subxt-signer = { workspace = true, optional = true, features = [
64
65
array-bytes = { workspace = true , default-features = true }
65
66
assert_matches = { workspace = true }
66
67
pretty_assertions = { workspace = true }
67
- pallet-revive-fixtures = { default-features = true , path = " fixtures " }
68
+ pallet-revive-fixtures = { workspace = true , default-features = true }
68
69
secp256k1 = { workspace = true , features = [" recovery" ] }
69
70
serde_json = { workspace = true }
70
71
hex-literal = { workspace = true }
@@ -93,6 +94,7 @@ std = [
93
94
" jsonrpsee" ,
94
95
" log/std" ,
95
96
" pallet-balances?/std" ,
97
+ " pallet-revive-fixtures?/std" ,
96
98
" pallet-transaction-payment/std" ,
97
99
" polkavm/std" ,
98
100
" rlp/std" ,
@@ -114,6 +116,7 @@ runtime-benchmarks = [
114
116
" frame-support/runtime-benchmarks" ,
115
117
" frame-system/runtime-benchmarks" ,
116
118
" pallet-balances/runtime-benchmarks" ,
119
+ " pallet-revive-fixtures" ,
117
120
" pallet-transaction-payment/runtime-benchmarks" ,
118
121
" sp-runtime/runtime-benchmarks" ,
119
122
" xcm-builder/runtime-benchmarks" ,
0 commit comments