difftreelog
build update runtime dependencies
in: master
2 files changed
Cargo.tomldiffbeforeafterboth5 'pallets/*',5 'pallets/*',6 'primitives/*',6 'primitives/*',7 'runtime',7 'runtime',8 'crates/evm-coder',8 'crates/*',9 'crates/evm-coder-macros',10]9]11[profile.release]10[profile.release]12panic = 'unwind'11panic = 'unwind'runtime/Cargo.tomldiffbeforeafterboth37 'cumulus-pallet-xcmp-queue/std',37 'cumulus-pallet-xcmp-queue/std',38 'cumulus-primitives-core/std',38 'cumulus-primitives-core/std',39 'cumulus-primitives-utility/std',39 'cumulus-primitives-utility/std',40 'evm-coder-substrate/std',41 'frame-executive/std',40 'frame-executive/std',42 'frame-support/std',41 'frame-support/std',43 'frame-system/std',42 'frame-system/std',56 'pallet-treasury/std',55 'pallet-treasury/std',57 'pallet-vesting/std',56 'pallet-vesting/std',58 'pallet-evm/std',57 'pallet-evm/std',58 'pallet-evm-contract-helpers/std',59 'pallet-evm-transaction-payment/std',60 'pallet-evm-coder-substrate/std',59 'pallet-ethereum/std',61 'pallet-ethereum/std',60 'fp-rpc/std',62 'fp-rpc/std',61 'parachain-info/std',63 'parachain-info/std',384# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }385# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }385pallet-nft-transaction-payment = { path = '../pallets/nft-transaction-payment', default-features = false, version = '3.0.0' }386pallet-nft-transaction-payment = { path = '../pallets/nft-transaction-payment', default-features = false, version = '3.0.0' }386pallet-nft-charge-transaction = { path = '../pallets/nft-charge-transaction', default-features = false, version = '3.0.0' }387pallet-nft-charge-transaction = { path = '../pallets/nft-charge-transaction', default-features = false, version = '3.0.0' }388pallet-evm-contract-helpers = { path = '../pallets/evm-contract-helpers', default-features = false }389pallet-evm-transaction-payment = { path = '../pallets/evm-transaction-payment', default-features = false }387evm-coder-substrate = { default-features = false, path = "../crates/evm-coder-substrate" }390pallet-evm-coder-substrate = { default-features = false, path = "../pallets/evm-coder-substrate" }388391389pallet-evm = { default-features = false, version = "5.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }392pallet-evm = { default-features = false, version = "5.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }390pallet-ethereum = { default-features = false, version = "3.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }393pallet-ethereum = { default-features = false, version = "3.0.0-dev", git = "https://github.com/uniquenetwork/frontier.git", branch = "injected-transactions-parachain" }