Skip to content

Commit 0783b3f

Browse files
authored
fix: Runtime cargo.toml (#890)
1 parent e44405b commit 0783b3f

3 files changed

Lines changed: 0 additions & 10 deletions

File tree

Cargo.lock

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

runtimes/peregrine/Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ pallet-bonded-coins = { workspace = true }
4949
pallet-deposit-storage = { workspace = true }
5050
pallet-did-lookup = { workspace = true }
5151
pallet-dip-provider = { workspace = true }
52-
pallet-inflation = { workspace = true }
5352
pallet-migration = { workspace = true }
5453
pallet-web3-names = { workspace = true }
5554
parachain-staking = { workspace = true }
@@ -165,7 +164,6 @@ runtime-benchmarks = [
165164
"pallet-did-lookup/runtime-benchmarks",
166165
"pallet-dip-provider/runtime-benchmarks",
167166
"pallet-indices/runtime-benchmarks",
168-
"pallet-inflation/runtime-benchmarks",
169167
"pallet-membership/runtime-benchmarks",
170168
"pallet-message-queue/runtime-benchmarks",
171169
"pallet-migration/runtime-benchmarks",
@@ -234,7 +232,6 @@ std = [
234232
"pallet-did-lookup/std",
235233
"pallet-dip-provider/std",
236234
"pallet-indices/std",
237-
"pallet-inflation/std",
238235
"pallet-ismp-runtime-api/std",
239236
"pallet-ismp/std",
240237
"pallet-membership/std",
@@ -308,7 +305,6 @@ try-runtime = [
308305
"pallet-did-lookup/try-runtime",
309306
"pallet-dip-provider/try-runtime",
310307
"pallet-indices/try-runtime",
311-
"pallet-inflation/try-runtime",
312308
"pallet-ismp/try-runtime",
313309
"pallet-membership/try-runtime",
314310
"pallet-message-queue/try-runtime",

runtimes/spiritnet/Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ pallet-bonded-coins = { workspace = true }
4949
pallet-deposit-storage = { workspace = true }
5050
pallet-did-lookup = { workspace = true }
5151
pallet-dip-provider = { workspace = true }
52-
pallet-inflation = { workspace = true }
5352
pallet-migration = { workspace = true }
5453
pallet-web3-names = { workspace = true }
5554
parachain-staking = { workspace = true }
@@ -164,7 +163,6 @@ runtime-benchmarks = [
164163
"pallet-did-lookup/runtime-benchmarks",
165164
"pallet-dip-provider/runtime-benchmarks",
166165
"pallet-indices/runtime-benchmarks",
167-
"pallet-inflation/runtime-benchmarks",
168166
"pallet-membership/runtime-benchmarks",
169167
"pallet-message-queue/runtime-benchmarks",
170168
"pallet-migration/runtime-benchmarks",
@@ -232,7 +230,6 @@ std = [
232230
"pallet-did-lookup/std",
233231
"pallet-dip-provider/std",
234232
"pallet-indices/std",
235-
"pallet-inflation/std",
236233
"pallet-ismp-runtime-api/std",
237234
"pallet-ismp/std",
238235
"pallet-membership/std",
@@ -305,7 +302,6 @@ try-runtime = [
305302
"pallet-did-lookup/try-runtime",
306303
"pallet-dip-provider/try-runtime",
307304
"pallet-indices/try-runtime",
308-
"pallet-inflation/try-runtime",
309305
"pallet-ismp/try-runtime",
310306
"pallet-membership/try-runtime",
311307
"pallet-message-queue/try-runtime",

0 commit comments

Comments
 (0)