git.delta.rocks / unique-network / refs/commits / eebd5d8677d8

difftreelog

up runtime version

Igor Kozyrev2022-02-09parent: #7b68440.patch.diff
in: master

2 files changed

modifiedCargo.lockdiffbeforeafterboth
1176711767
11768[[package]]11768[[package]]
11769name = "unique-runtime"11769name = "unique-runtime"
11770version = "0.9.15"11770version = "0.9.16"
11771dependencies = [11771dependencies = [
11772 "cumulus-pallet-aura-ext",11772 "cumulus-pallet-aura-ext",
11773 "cumulus-pallet-dmp-queue",11773 "cumulus-pallet-dmp-queue",
modifiedruntime/Cargo.tomldiffbeforeafterboth
--- 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']