Skip to content

Commit 9d91f4d

Browse files
committed
Merge branch 'release-1.16.0' of github.com:KILTprotocol/kilt-node into release-1.16.0
2 parents 539a5f0 + 422ac05 commit 9d91f4d

6 files changed

Lines changed: 41 additions & 51 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ homepage = "https://kilt.io/"
2121
license-file = "LICENSE"
2222
readme = "README.md"
2323
repository = "https://github.com/KILTprotocol/kilt-node"
24-
version = "1.16.0-dev"
24+
version = "1.16.0"
2525

2626
[workspace.dependencies]
2727
# Build deps

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",

0 commit comments

Comments
 (0)