difftreelog
up version
in: master
4 files changed
Cargo.lockdiffbeforeafterboth492549254926[[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",505950595060[[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",node/cli/Cargo.tomldiffbeforeafterboth233233234[dependencies.nft-runtime]234[dependencies.nft-runtime]235path = '../../runtime'235path = '../../runtime'236version = '3.0.0'236version = '0.9.12'237237238[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'255255256[[bin]]256[[bin]]257name = 'nft'257name = 'nft'runtime/Cargo.tomldiffbeforeafterboth10license = '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'141415[package.metadata.docs.rs]15[package.metadata.docs.rs]16targets = ['x86_64-unknown-linux-gnu']16targets = ['x86_64-unknown-linux-gnu']runtime/src/lib.rsdiffbeforeafterboth145 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,