difftreelog
up node and runtime versions
in: master
4 files changed
Cargo.lockdiffbeforeafterboth115271152711528[[package]]11528[[package]]11529name = "unique-node"11529name = "unique-node"11530version = "0.9.12"11530version = "0.9.13"11531dependencies = [11531dependencies = [11532 "cumulus-client-cli",11532 "cumulus-client-cli",11533 "cumulus-client-collator",11533 "cumulus-client-collator",116481164811649[[package]]11649[[package]]11650name = "unique-runtime"11650name = "unique-runtime"11651version = "0.9.12"11651version = "0.9.13"11652dependencies = [11652dependencies = [11653 "cumulus-pallet-aura-ext",11653 "cumulus-pallet-aura-ext",11654 "cumulus-pallet-dmp-queue",11654 "cumulus-pallet-dmp-queue",launch-config.jsondiffbeforeafterboth56 "parachains": [56 "parachains": [57 {57 {58 "bin": "../unique-chain/target/release/unique-collator",58 "bin": "../unique-chain/target/release/unique-collator",59 "id": "2000",59 "id": "1000",60 "balance": "1000000000000000000000000",60 "balance": "1000000000000000000000000",61 "nodes": [61 "nodes": [62 {62 {node/cli/Cargo.tomldiffbeforeafterboth245authors = ['Unique Network <support@uniquenetwork.io>']245authors = ['Unique Network <support@uniquenetwork.io>']246build = 'build.rs'246build = 'build.rs'247description = 'Unique Node'247description = 'Unique Node'248edition = '2018'248edition = '2021'249homepage = 'https://unique.network'249homepage = 'https://unique.network'250license = 'All Rights Reserved'250license = 'All Rights Reserved'251name = 'unique-node'251name = 'unique-node'252repository = 'https://github.com/UniqueNetwork/unique-chain'252repository = 'https://github.com/UniqueNetwork/unique-chain'253version = '0.9.12'253version = '0.9.13'254254255[[bin]]255[[bin]]256name = 'unique-collator'256name = 'unique-collator'runtime/Cargo.tomldiffbeforeafterboth5authors = ['Unique Network <support@uniquenetwork.io>']5authors = ['Unique Network <support@uniquenetwork.io>']6build = 'build.rs'6build = 'build.rs'7description = 'Unique Runtime'7description = 'Unique Runtime'8edition = '2018'8edition = '2021'9homepage = 'https://unique.network'9homepage = 'https://unique.network'10license = 'All Rights Reserved'10license = 'All Rights Reserved'11name = 'unique-runtime'11name = 'unique-runtime'12repository = 'https://github.com/UniqueNetwork/unique-chain'12repository = 'https://github.com/UniqueNetwork/unique-chain'13version = '0.9.12'13version = '0.9.13'141415[package.metadata.docs.rs]15[package.metadata.docs.rs]16targets = ['x86_64-unknown-linux-gnu']16targets = ['x86_64-unknown-linux-gnu']