git.delta.rocks / unique-network / refs/commits / 3bbb454c8e7e

difftreelog

Merge pull request #594 from UniqueNetwork/fix/app-promotion-bench

Yaroslav Bolyukin2022-09-15parents: #85b56f6 #6ca1269.patch.diff
in: master
fix cargo.toml

1 file changed

modifiedpallets/app-promotion/Cargo.tomldiffbeforeafterboth
66pallet-common ={ default-features = false, path = "../common" }66pallet-common ={ default-features = false, path = "../common" }
67pallet-unique ={ default-features = false, path = "../unique" }67pallet-unique ={ default-features = false, path = "../unique" }
68pallet-evm-contract-helpers ={ default-features = false, path = "../evm-contract-helpers" }68pallet-evm-contract-helpers ={ default-features = false, path = "../evm-contract-helpers" }
6969pallet-evm-migration ={ default-features = false, path = "../evm-migration" }
70[dev-dependencies]70
71pallet-evm-migration ={ default-features = false, path = "../evm-migration" }71# [dev-dependencies]
7272
73################################################################################73################################################################################
7474