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
92```92```
93git clone https://github.com/paritytech/polkadot.git93git clone https://github.com/paritytech/polkadot.git
94cd polkadot94cd polkadot
95git checkout release-v0.9.2795git checkout release-v0.9.29
96cargo build --release96cargo build --release
97```97```
9898
modifiedruntime/quartz/Cargo.tomldiffbeforeafterboth
10license = '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'
1414
15[package.metadata.docs.rs]15[package.metadata.docs.rs]
16targets = ['x86_64-unknown-linux-gnu']16targets = ['x86_64-unknown-linux-gnu']
modifiedruntime/unique/Cargo.tomldiffbeforeafterboth
10license = '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'
1414
15[package.metadata.docs.rs]15[package.metadata.docs.rs]
16targets = ['x86_64-unknown-linux-gnu']16targets = ['x86_64-unknown-linux-gnu']