difftreelog
Version cleanup
in: master
5 files changed
.gitignorediffbeforeafterboth10einstein_key_file10einstein_key_file11*store_key*.json11*store_key*.json121213/.idea/13/.idea/1415tests/.vscodeCargo.lockdiffbeforeafterboth345634563457[[package]]3457[[package]]3458name = "nft-runtime"3458name = "nft-runtime"3459version = "3.0.0"3459version = "2.1.0"3460dependencies = [3460dependencies = [3461 "frame-benchmarking",3461 "frame-benchmarking",3462 "frame-executive",3462 "frame-executive",378537853786[[package]]3786[[package]]3787name = "pallet-nft"3787name = "pallet-nft"3788version = "3.0.0"3788version = "2.1.0"3789dependencies = [3789dependencies = [3790 "frame-benchmarking",3790 "frame-benchmarking",3791 "frame-support",3791 "frame-support",node/Cargo.tomldiffbeforeafterboth12description = 'Substrate node nft'12description = 'Substrate node nft'13edition = '2018'13edition = '2018'14homepage = 'https://usetech.com/blockchain'14homepage = 'https://usetech.com/blockchain'15license = 'Unlicense'15license = 'All Rights Reserved'16name = 'nft'16name = 'nft'17repository = 'https://github.com/substrate-developer-hub/nft/'17repository = 'https://github.com/usetech-llc/nft_private/'18version = '3.0.0'18version = '3.0.0'191920[package.metadata.docs.rs]20[package.metadata.docs.rs]29jsonrpc-core = '15.0.0'29jsonrpc-core = '15.0.0'303031# Substrate dependencies31# Substrate dependencies32nft-runtime = { path = '../runtime', version = '3.0.0' }32nft-runtime = { path = '../runtime', version = '2.1.0' }33frame-benchmarking = {version = '2.0.1', git = 'https://github.com/usetech-llc/substrate.git', branch = 'unique'}33frame-benchmarking = {version = '2.0.1', git = 'https://github.com/usetech-llc/substrate.git', branch = 'unique'}34frame-benchmarking-cli = {version = '2.0.1', git = 'https://github.com/usetech-llc/substrate.git', branch = 'unique'}34frame-benchmarking-cli = {version = '2.0.1', git = 'https://github.com/usetech-llc/substrate.git', branch = 'unique'}35pallet-transaction-payment-rpc = {version = '2.0.1', git = 'https://github.com/usetech-llc/substrate.git', branch = 'unique'}35pallet-transaction-payment-rpc = {version = '2.0.1', git = 'https://github.com/usetech-llc/substrate.git', branch = 'unique'}pallets/nft/Cargo.tomldiffbeforeafterboth6license = 'Unlicense'6license = 'Unlicense'7name = 'pallet-nft'7name = 'pallet-nft'8repository = 'https://github.com/substrate-developer-hub/nft/'8repository = 'https://github.com/substrate-developer-hub/nft/'9version = '3.0.0'9version = '2.1.0'101011[package.metadata.docs.rs]11[package.metadata.docs.rs]12targets = ['x86_64-unknown-linux-gnu']12targets = ['x86_64-unknown-linux-gnu']runtime/Cargo.tomldiffbeforeafterboth1[package]1[package]2authors = ['Substrate DevHub <https://github.com/substrate-developer-hub>']2authors = ['UseTech Professional <https://usetech.com/blockchain>']3edition = '2018'3edition = '2018'4homepage = 'https://substrate.io'4homepage = 'https://substrate.io'5license = 'Unlicense'5license = 'All Rights Reserved'6name = 'nft-runtime'6name = 'nft-runtime'7repository = 'https://github.com/usetech-llc/nft_parachain/'7repository = 'https://github.com/usetech-llc/nft_parachain/'8version = '3.0.0'8version = '2.1.0'9910[package.metadata.docs.rs]10[package.metadata.docs.rs]11targets = ['x86_64-unknown-linux-gnu']11targets = ['x86_64-unknown-linux-gnu']25serde = { features = ['derive'], optional = true, version = '1.0.101' }25serde = { features = ['derive'], optional = true, version = '1.0.101' }262627# local dependencies27# local dependencies28pallet-nft = { path = '../pallets/nft', default-features = false, version = '3.0.0' }28pallet-nft = { path = '../pallets/nft', default-features = false, version = '2.1.0' }292930# Substrate dependencies30# Substrate dependencies31frame-benchmarking = { default-features = false, optional = true, version = '2.0.1' , git = 'https://github.com/usetech-llc/substrate.git', branch = 'unique' }31frame-benchmarking = { default-features = false, optional = true, version = '2.0.1' , git = 'https://github.com/usetech-llc/substrate.git', branch = 'unique' }