difftreelog
fix weights in tests
in: master
4 files changed
runtime/common/weights.rsdiffbeforeafterbothno changes
runtime/common/weights/mod.rsdiffbeforeafterbothno changes
runtime/tests/Cargo.tomldiffbeforeafterboth43evm-coder = { workspace = true }43evm-coder = { workspace = true }44up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.39" }44up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.39" }45xcm = { workspace = true }45xcm = { workspace = true }46pallet-xcm = { workspace = true }46pallet-configuration = { workspace = true }47pallet-configuration = { workspace = true }4748runtime/tests/src/lib.rsdiffbeforeafterboth444445use dispatch::CollectionDispatchT;45use dispatch::CollectionDispatchT;464647#[path = "../../common/weights.rs"]47#[path = "../../common/weights/mod.rs"]48mod weights;48mod weights;494950use weights::CommonWeights;50use weights::CommonWeights;