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
233233
234[dependencies.nft-runtime]234[dependencies.nft-runtime]
235path = '../../runtime'235path = '../../runtime'
236version = '3.0.0'236version = '0.9.12'
237237
238[dependencies.nft-data-structs]238[dependencies.nft-data-structs]
239path = "../../primitives/nft"239path = "../../primitives/nft"
251license = 'All Rights Reserved'251license = 'All Rights Reserved'
252name = 'nft'252name = 'nft'
253repository = 'https://github.com/usetech-llc/nft_private/'253repository = 'https://github.com/usetech-llc/nft_private/'
254version = '3.0.0'254version = '0.9.12'
255255
256[[bin]]256[[bin]]
257name = 'nft'257name = 'nft'
modifiedruntime/Cargo.tomldiffbeforeafterboth
10license = 'All Rights Reserved'10license = 'All Rights Reserved'
11name = 'nft-runtime'11name = 'nft-runtime'
12repository = 'https://github.com/usetech-llc/nft_private/'12repository = 'https://github.com/usetech-llc/nft_private/'
13version = '3.0.0'13version = '0.9.12'
1414
15[package.metadata.docs.rs]15[package.metadata.docs.rs]
16targets = ['x86_64-unknown-linux-gnu']16targets = ['x86_64-unknown-linux-gnu']
modifiedruntime/src/lib.rsdiffbeforeafterboth
145 spec_name: create_runtime_str!("opal"),145 spec_name: create_runtime_str!("opal"),
146 impl_name: create_runtime_str!("opal"),146 impl_name: create_runtime_str!("opal"),
147 authoring_version: 1,147 authoring_version: 1,
148 spec_version: 912200,148 spec_version: 912201,
149 impl_version: 1,149 impl_version: 1,
150 apis: RUNTIME_API_VERSIONS,150 apis: RUNTIME_API_VERSIONS,
151 transaction_version: 1,151 transaction_version: 1,