From 0067fc2769136f531bba1c34b9e8e2dc7ecf51b6 Mon Sep 17 00:00:00 2001 From: Daniel Shiposha Date: Thu, 26 Jan 2023 12:06:47 +0000 Subject: [PATCH] build: remove dev deps from foreign-assets --- --- a/Cargo.lock +++ b/Cargo.lock @@ -6064,19 +6064,14 @@ "frame-benchmarking", "frame-support", "frame-system", - "hex", "log", "orml-tokens", "pallet-balances", "pallet-common", "pallet-fungible", - "pallet-timestamp", "parity-scale-codec", "scale-info", "serde", - "serde_json", - "sp-core", - "sp-io", "sp-runtime", "sp-std", "up-data-structs", --- a/pallets/foreign-assets/Cargo.toml +++ b/pallets/foreign-assets/Cargo.toml @@ -23,14 +23,6 @@ xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.36", default-features = false } xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.36", default-features = false } -[dev-dependencies] -hex = "0.4" -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" } -serde_json = "1.0.68" -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" } -sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" } - [features] default = ["std"] runtime-benchmarks = ['frame-benchmarking', 'pallet-common/runtime-benchmarks'] @@ -45,7 +37,6 @@ "pallet-fungible/std", "scale-info/std", "serde", - "sp-io/std", "sp-runtime/std", "sp-std/std", "up-data-structs/std", -- gitstuff