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.mddiffbeforeafterboth92```92```93git clone https://github.com/paritytech/polkadot.git93git clone https://github.com/paritytech/polkadot.git94cd polkadot94cd polkadot95git checkout release-v0.9.2795git checkout release-v0.9.2996cargo build --release96cargo build --release97```97```9898runtime/quartz/Cargo.tomldiffbeforeafterboth10license = 'GPLv3'10license = 'GPLv3'11name = 'quartz-runtime'11name = 'quartz-runtime'12repository = 'https://github.com/UniqueNetwork/unique-chain'12repository = 'https://github.com/UniqueNetwork/unique-chain'13version = '0.9.27'13version = '0.9.29'141415[package.metadata.docs.rs]15[package.metadata.docs.rs]16targets = ['x86_64-unknown-linux-gnu']16targets = ['x86_64-unknown-linux-gnu']runtime/unique/Cargo.tomldiffbeforeafterboth10license = 'GPLv3'10license = 'GPLv3'11name = 'unique-runtime'11name = 'unique-runtime'12repository = 'https://github.com/UniqueNetwork/unique-chain'12repository = 'https://github.com/UniqueNetwork/unique-chain'13version = '0.9.27'13version = '0.9.29'141415[package.metadata.docs.rs]15[package.metadata.docs.rs]16targets = ['x86_64-unknown-linux-gnu']16targets = ['x86_64-unknown-linux-gnu']