From 3bbb454c8e7e4683a68fc408cec0ecf5580f9383 Mon Sep 17 00:00:00 2001 From: Yaroslav Bolyukin Date: Thu, 15 Sep 2022 14:18:19 +0000 Subject: [PATCH] Merge pull request #594 from UniqueNetwork/fix/app-promotion-bench fix cargo.toml --- --- a/pallets/app-promotion/Cargo.toml +++ b/pallets/app-promotion/Cargo.toml @@ -66,8 +66,8 @@ pallet-common ={ default-features = false, path = "../common" } pallet-unique ={ default-features = false, path = "../unique" } pallet-evm-contract-helpers ={ default-features = false, path = "../evm-contract-helpers" } +pallet-evm-migration ={ default-features = false, path = "../evm-migration" } -[dev-dependencies] -pallet-evm-migration ={ default-features = false, path = "../evm-migration" } +# [dev-dependencies] ################################################################################ -- gitstuff