git.delta.rocks / unique-network / refs/commits / 5f8c947dd85d

difftreelog

up version

Igor Kozyrev2022-10-06parent: #3d7a4e7.patch.diff
in: master

4 files changed

modifiedCargo.lockdiffbeforeafterboth
85768576
8577[[package]]8577[[package]]
8578name = "quartz-runtime"8578name = "quartz-runtime"
8579version = "0.9.27"8579version = "0.9.29"
8580dependencies = [8580dependencies = [
8581 "app-promotion-rpc",8581 "app-promotion-rpc",
8582 "cumulus-pallet-aura-ext",8582 "cumulus-pallet-aura-ext",
1256812568
12569[[package]]12569[[package]]
12570name = "unique-runtime"12570name = "unique-runtime"
12571version = "0.9.27"12571version = "0.9.29"
12572dependencies = [12572dependencies = [
12573 "app-promotion-rpc",12573 "app-promotion-rpc",
12574 "cumulus-pallet-aura-ext",12574 "cumulus-pallet-aura-ext",
modifiedREADME.mddiffbeforeafterboth
--- a/README.md
+++ b/README.md
@@ -92,7 +92,7 @@
 ```
 git clone https://github.com/paritytech/polkadot.git
 cd polkadot
-git checkout release-v0.9.27
+git checkout release-v0.9.29
 cargo build --release
 ```
 
modifiedruntime/quartz/Cargo.tomldiffbeforeafterboth
--- a/runtime/quartz/Cargo.toml
+++ b/runtime/quartz/Cargo.toml
@@ -10,7 +10,7 @@
 license = 'GPLv3'
 name = 'quartz-runtime'
 repository = 'https://github.com/UniqueNetwork/unique-chain'
-version = '0.9.27'
+version = '0.9.29'
 
 [package.metadata.docs.rs]
 targets = ['x86_64-unknown-linux-gnu']
modifiedruntime/unique/Cargo.tomldiffbeforeafterboth
--- a/runtime/unique/Cargo.toml
+++ b/runtime/unique/Cargo.toml
@@ -10,7 +10,7 @@
 license = 'GPLv3'
 name = 'unique-runtime'
 repository = 'https://github.com/UniqueNetwork/unique-chain'
-version = '0.9.27'
+version = '0.9.29'
 
 [package.metadata.docs.rs]
 targets = ['x86_64-unknown-linux-gnu']