git.delta.rocks / unique-network / refs/commits / f3d4d4903418

difftreelog

up version

Igor Kozyrev2021-11-01parent: #0151032.patch.diff
in: master

4 files changed

modifiedCargo.lockdiffbeforeafterboth
49254925
4926[[package]]4926[[package]]
4927name = "nft"4927name = "nft"
4928version = "3.0.0"4928version = "0.9.12"
4929dependencies = [4929dependencies = [
4930 "cumulus-client-cli",4930 "cumulus-client-cli",
4931 "cumulus-client-collator",4931 "cumulus-client-collator",
50595059
5060[[package]]5060[[package]]
5061name = "nft-runtime"5061name = "nft-runtime"
5062version = "3.0.0"5062version = "0.9.12"
5063dependencies = [5063dependencies = [
5064 "cumulus-pallet-aura-ext",5064 "cumulus-pallet-aura-ext",
5065 "cumulus-pallet-dmp-queue",5065 "cumulus-pallet-dmp-queue",
modifiednode/cli/Cargo.tomldiffbeforeafterboth
--- a/node/cli/Cargo.toml
+++ b/node/cli/Cargo.toml
@@ -233,7 +233,7 @@
 
 [dependencies.nft-runtime]
 path = '../../runtime'
-version = '3.0.0'
+version = '0.9.12'
 
 [dependencies.nft-data-structs]
 path = "../../primitives/nft"
@@ -251,7 +251,7 @@
 license = 'All Rights Reserved'
 name = 'nft'
 repository = 'https://github.com/usetech-llc/nft_private/'
-version = '3.0.0'
+version = '0.9.12'
 
 [[bin]]
 name = 'nft'
modifiedruntime/Cargo.tomldiffbeforeafterboth
--- a/runtime/Cargo.toml
+++ b/runtime/Cargo.toml
@@ -10,7 +10,7 @@
 license = 'All Rights Reserved'
 name = 'nft-runtime'
 repository = 'https://github.com/usetech-llc/nft_private/'
-version = '3.0.0'
+version = '0.9.12'
 
 [package.metadata.docs.rs]
 targets = ['x86_64-unknown-linux-gnu']
modifiedruntime/src/lib.rsdiffbeforeafterboth
--- a/runtime/src/lib.rs
+++ b/runtime/src/lib.rs
@@ -145,7 +145,7 @@
 	spec_name: create_runtime_str!("opal"),
 	impl_name: create_runtime_str!("opal"),
 	authoring_version: 1,
-	spec_version: 912200,
+	spec_version: 912201,
 	impl_version: 1,
 	apis: RUNTIME_API_VERSIONS,
 	transaction_version: 1,