difftreelog
up node and runtime versions
in: master
4 files changed
Cargo.lockdiffbeforeafterboth--- a/Cargo.lock
+++ b/Cargo.lock
@@ -11527,7 +11527,7 @@
[[package]]
name = "unique-node"
-version = "0.9.12"
+version = "0.9.13"
dependencies = [
"cumulus-client-cli",
"cumulus-client-collator",
@@ -11648,7 +11648,7 @@
[[package]]
name = "unique-runtime"
-version = "0.9.12"
+version = "0.9.13"
dependencies = [
"cumulus-pallet-aura-ext",
"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.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']