difftreelog
fix remove pallet_balance from nonfungible pallet
in: master
3 files changed
Cargo.lockdiffbeforeafterboth6970 "frame-benchmarking",6970 "frame-benchmarking",6971 "frame-support",6971 "frame-support",6972 "frame-system",6972 "frame-system",6973 "pallet-balances",6974 "pallet-common",6973 "pallet-common",6975 "pallet-evm",6974 "pallet-evm",6976 "pallet-evm-coder-substrate",6975 "pallet-evm-coder-substrate",pallets/nonfungible/Cargo.tomldiffbeforeafterboth12frame-benchmarking = { workspace = true, optional = true }12frame-benchmarking = { workspace = true, optional = true }13frame-support = { workspace = true }13frame-support = { workspace = true }14frame-system = { workspace = true }14frame-system = { workspace = true }15pallet-balances = { workspace = true }16pallet-common = { workspace = true }15pallet-common = { workspace = true }17pallet-evm = { workspace = true }16pallet-evm = { workspace = true }18pallet-evm-coder-substrate = { workspace = true }17pallet-evm-coder-substrate = { workspace = true }pallets/nonfungible/src/lib.rsdiffbeforeafterboth170 + pallet_common::Config170 + pallet_common::Config171 + pallet_structure::Config171 + pallet_structure::Config172 + pallet_evm::Config172 + pallet_evm::Config173 + pallet_balances::Config174 {173 {175 type WeightInfo: WeightInfo;174 type WeightInfo: WeightInfo;176 }175 }