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.jsondiffbeforeafterboth--- a/launch-config.json
+++ b/launch-config.json
@@ -56,7 +56,7 @@
"parachains": [
{
"bin": "../unique-chain/target/release/unique-collator",
- "id": "2000",
+ "id": "1000",
"balance": "1000000000000000000000000",
"nodes": [
{
node/cli/Cargo.tomldiffbeforeafterboth--- a/node/cli/Cargo.toml
+++ b/node/cli/Cargo.toml
@@ -245,12 +245,12 @@
authors = ['Unique Network <support@uniquenetwork.io>']
build = 'build.rs'
description = 'Unique Node'
-edition = '2018'
+edition = '2021'
homepage = 'https://unique.network'
license = 'All Rights Reserved'
name = 'unique-node'
repository = 'https://github.com/UniqueNetwork/unique-chain'
-version = '0.9.12'
+version = '0.9.13'
[[bin]]
name = 'unique-collator'
runtime/Cargo.tomldiffbeforeafterboth--- a/runtime/Cargo.toml
+++ b/runtime/Cargo.toml
@@ -5,12 +5,12 @@
authors = ['Unique Network <support@uniquenetwork.io>']
build = 'build.rs'
description = 'Unique Runtime'
-edition = '2018'
+edition = '2021'
homepage = 'https://unique.network'
license = 'All Rights Reserved'
name = 'unique-runtime'
repository = 'https://github.com/UniqueNetwork/unique-chain'
-version = '0.9.12'
+version = '0.9.13'
[package.metadata.docs.rs]
targets = ['x86_64-unknown-linux-gnu']