git.delta.rocks / unique-network / refs/commits / 92ff71b42f45

difftreelog

up node and runtime versions

Igor Kozyrev2021-12-06parent: #4332271.patch.diff
in: master

4 files changed

modifiedCargo.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",
modifiedlaunch-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": [
                 {
modifiednode/cli/Cargo.tomldiffbeforeafterboth
245authors = ['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'
254254
255[[bin]]255[[bin]]
256name = 'unique-collator'256name = 'unique-collator'
modifiedruntime/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']