From eebd5d8677d893ebee28e2c46d48ec83cb96f04d Mon Sep 17 00:00:00 2001 From: Igor Kozyrev Date: Wed, 09 Feb 2022 16:46:56 +0000 Subject: [PATCH] up runtime version --- --- a/Cargo.lock +++ b/Cargo.lock @@ -11767,7 +11767,7 @@ [[package]] name = "unique-runtime" -version = "0.9.15" +version = "0.9.16" dependencies = [ "cumulus-pallet-aura-ext", "cumulus-pallet-dmp-queue", --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -10,7 +10,7 @@ license = 'All Rights Reserved' name = 'unique-runtime' repository = 'https://github.com/UniqueNetwork/unique-chain' -version = '0.9.15' +version = '0.9.16' [package.metadata.docs.rs] targets = ['x86_64-unknown-linux-gnu'] -- gitstuff