difftreelog
up version
in: master
4 files changed
Cargo.lockdiffbeforeafterboth857685768577[[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",125681256812569[[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",README.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
```
runtime/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']
runtime/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']